Toggle navigation
Home
India
States
Languages
Politics
Historical Monuments
Freedom Fighters
Independence Day
Scientists
Transportations
Imports and Exports
Agriculture
Army
Indian Presidents
World
Major Countries
Geographical Info
Richest Persons
Inspired Persons
Scientists
Wonders
Currency
Sports
Emblems
Tutorials
HTML
CSS
C-Language
Java
Java Script
PHP
Python
SQL
React Native
Pricing
Contests
Explore
PHP
</> PHP Tutorial
Introduction
Variables
If...Else
Switch
Loops
Arrays
Strings
Functions
200 Programmes
01 - 50
51 - 100
101 - 150
151 - 200
Practicals
ATM
Powerbill
PHP - Questions
51 - 100 Tasks
101 - 150 Tasks
51.
Write a program to read 9 elements and print the array elements in 3x3 matrix format?
52.
Write a program to display the multiplication table for a given number?
53.
Write a program to find the biggest of the given numbers?
54.
Write a program to find the second smallest number among the given ‘n’ numbers?
55.
Write a program to find the total number of +ve numbers, -ve numbers and zeros out of a given 10 real numbers?
56.
Write a program to print the numbers which are divisible by both 3 and 7 from 1 to 100?
57.
Write a program to find the given number is Prime or not?
58.
Write a program to find the given number is Perfect or not?
59.
Write a program to find the given number is Automorphic or not?
60.
Write a program to find the given number is Armstrong or not?
61.
Write a program to find the given number is Palindrome or not?
62.
Write a program to find the sum and product of the individual digits of a given number?
63.
Write a program to accept maximum of 6 digits numbers and find out the sum of even digits of that number and Multiplication of odd digits of that number
64.
Write a program to find the number of digits of a given number
65.
Write a program to print the reverse of a given number
66.
Write a program to find the factorial of the given number
67.
Write a program to print all prime numbers from 1 to 99
68.
Write a program to print the factorial prime from 1 to 99
69.
Write a program to print Fibonacci series for a given number
70.
Write a program to find ‘n’ power ‘n’ (n^n)
71.
Write a program to find ‘m’ power ‘n’ (m^n)
72.
Write a program to find ‘n’ power ‘n’ value without using (*)
73.
Write a program to find the G.C.D. of ‘n’ numbers
74.
Write a program to find the L.C.M. of ‘n’ numbers
75.
Write a program to find the second biggest number from the given ‘n’ numbers?
76.
Write a program to display frequency table of an array elements?
77.
Write a program to suppress the negative elements into the down positions of an array?
78.
Write a program to read 10 elements into an array, find out the zeros from the first elements of the array and keep the Accumulation of the entire array, wherever zero has occurred?
79.
Write a program to convert the given integer into binary?
80.
Write a program to convert the given binary value into decimal or integer?
81.
Write a program to convert the given integer into octal?
82.
Write a program to convert the given integer into hexadecimal?
83.
Write a program to sort the elements in ascending order?
84.
Write a program to sort the elements in descending order?
85.
Write a program to convert the given number in Roman letter?
86.
Write a program to print the ASCII values of numbers from 0 to 255, page by page?
87.
Write a program to print the multiples of a given number up to 200?
88.
Write a program to find the mean, variance and standard deviation of the given ‘n’ numbers?
89.
Write a program to print the Floyd’s triangle?
1
2 3
4 5 6
7 8 9 10
90.
Write a program to print the following triangle?
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
91.
Write a program to print the following triangle?
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
92.
Write a program to print the following triangle?
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
93.
Write a program to print the following triangle?
1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
94.
Write a program to print the following triangle?
5 5 5 5 5
4 4 4 4
3 3 3
2 2
1
95.
Write a program to print the following triangle?
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
96.
Write a program to print the following triangle?
5
5 4
5 4 3
5 4 3 2
5 4 3 2 1
97.
Write a program to print the following triangle?
1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
98.
Write a program to print the following triangle?
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
99.
Write a program to print the following triangle?
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
100.
Write a program to print the following triangle?
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
<< Previous
Next >>