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
C Language
</> C Tutorial
Introduction
Variables
Input&Output
Operators
If...Else
Switch
Loops
Arrays
Strings
Structures
Unions
Functions
Pointers
Files
200 Programmes
01 - 50
51 - 100
101 - 150
151 - 200
Practicals
100 Logic
Permutation
Lottery
ATM
Powerbill
Markslist
Taxi
Job
Finance
Farmer
Pharmacy
C - Questions
51 - 100 Tasks
101 - 150 Tasks
51.
Write a program to find the second smallest number among the given ‘n’ numbers ?
52.
Write a program to find the total number of +ve numbers, -ve numbers and zeros out of a given 10 real numbers ?
53.
Write a program to print the numbers which are divisible by both 3 and 7 from 1 to 100 ?
54.
Write a program to find the given number is prime or not ?
55.
Write a program to find the given number is perfect or not ?
56.
Write a program to find the given number is Armstrong or not ?
57.
Write a program to find the given number is palindrome or not ?
58.
Write a program to find the sum and product of the individual digits of a given number ?
59.
Write a program to find the number of digits of a given number ?
60.
Write a program to print the reverse of a given number ?
61.
Write a program to find the factorial of the given number ?
62.
Write a program to print all prime numbers from 1 to 99 ?
63.
Write a program to print the factorial prime from 1 to 99 ?
64.
Write a program to print Fibonacci series for a given number ?
65.
Write a program to find ‘n’ power ‘n’ (n^n) ?
66.
Write a program to find ‘m’ power ‘n’ (m^n) ?
67.
Write a program to find ‘n’ power ‘n’ value without using (*) ?
68.
Write a program to find the G.C.D. of ‘n’ numbers ?
69.
Write a program to find the L.C.M. of ‘n’ numbers ?
70.
Write a program to find the second biggest number from the givn array ?
71.
Write a program which read two array elements and perform arhtematic operations ?
72.
Write a program to display frequency table of an array elements ?
73.
Write a program to suppress the negative elements into the down positions of an array ?
74.
Write a program to read 10 elements in an array, keep last 5 elements in the first phase and
first 5 elements in the last Phase without using dummy array ?
75.
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 ?
76.
Write a program to convert the given integer into binary ?
77.
Write a program to convert the given binary value into decimal or integer ?
78.
Write a program to convert the given integer into octal ?
79.
Write a program to convert the given integer into hexadecimal ?
80.
Write a program to sort the elements in ascending order ?
81.
Write a program to sort the elements in descending order ?
82.
Write a program to convert the given number in Roman letter ?
83.
Write a program to print the ASCII values of numbers from 0 to 255, page by page ?
84.
Write a program to print the multiples of a given number up to 200 ?
85.
Write a program to find the mean, variance and standard deviation of the given ‘n’ numbers ?
86.
Write a program to print the Floyd’s triangle
1
2 3
4 5 6
7 8 9 10
87.
Write a program to print the following triangle
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
88.
Write a program to print the following triangle
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
89.
Write a program to print the following triangle
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
90.
Write a program to print the following triangle
1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
91.
Write a program to print the following triangle
5 5 5 5 5
4 4 4 4
3 3 3
2 2
1
92.
Write a program to print the following triangle
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
93.
Write a program to print the following triangle
5
5 4
5 4 3
5 4 3 2
5 4 3 2 1
94.
Write a program to print the following triangle
1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
95.
Write a program to print the following triangle
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
96.
Write a program to print the following triangle
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
97.
Write a program to print the following triangle
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
98.
Write a program to print the following triangle
5 5 5 5 5
4 4 4 4
3 3 3
2 2
1
99.
Write a program to print the following triangle
5
4 4
3 3 3
2 2 2 2
1 1 1 1 1
100.
Write a program to print the following triangle
5
5 4
5 4 3
5 4 3 2
5 4 3 2 1
<< Previous
Next >>