c language programs,c programs to practice,c programs for beginners,c programs for interview,c programs with solutions,c programs with solutions pdf,c programs pdf,c programs for interview with solutions pdf,c program basics,c program example,c program exercises,c programs for practice,c programs for practice pdf,c programs for practice for beginners,c programming all programs,c programs pdf download,c programs practice,c program questions for practice,c program tutorial,c language programs pdf,c language programs for practice,c language programs examples,c language programs for beginners,c language programs for interview,c language programs pdf free download,c language programs download,c language programs basic,c language all programs,c language basic programs pdf,c language basic programs examples,c language basic programs list,computer c language programs,c language programs pdf download,c language basic programs pdf download,c language programs examples pdf free download,c language programs examples with output,c language exercise programs,c language programs for beginners pdf,c language programs for practice pdf,c language programs list,c language programs notes pdf,basic programs in c,c language programs with output pdf,c language programs examples with output pdf,c language programs practice,c language simple programs,c language sample programs,c language solved programs pdf,c language programs tutorial,turbo c language programs,c language topic wise programs,c language tutorial with example programs,c language tutorial with example programs pdf,c language programs with solutions,c language programs with solutions pdf,c language programs with answers,c language write programs,c programming examples,c programming exercises,c programming language examples,programming with c tutorial,examples of c language programs,basic c language programs,c language programs basic,
1. Write a c program display a message programming in c or write a c program example
2. Write a c program hello world
3. Write a C program to add two numbers
5. Write a program to illustrate gets and puts() function in c
7. Write a C program to find the area and circumference of the circle.
9. Write a program to compute simple interest program in c.
11. Write a program for swapping of two numbers without using third variable in c.
C Language if Condition Programs
14. Write a c program to find the largest of two numbers or program to find greatest of two numbers in c.
15. Write a program to print if it is an even number.
16. Write a program to find the largest, smallest and second largest of three numbers using simple if statement
17. Write a program toinput the total amount in a bill, if the amount is greater than 5000, then thediscount will be 10%. Otherwise, no discount will be given.
C Programs on if else,C Language Programs if else,C Language Program if else,C Programming if else
18. Write a program to find the equality of two numbers.
19. Write a program to find whether the shape is square or rectangle.
20. Write a program to find the greatest of two numbers.
21. Write a program to find whether the entered character is lowercase or uppercase
C Programming Nested if,Write a c program using nested if else
22. Write a c program to find the largest of three numbers or Write a c program largest among three numbers or C Program for largest of 3 numbers.
switch in c
23. Write a program to return gender using switch statement.
24. Write a program to display a day number in a week using switch statement
25. Write a program to display rainbow color using switch statement.
26. Write a program to calculate the areas of different geometrical figures.
C Programs on loops or C Programs using loops
c programming while loop or c language while
loop programs or c program using while loop
27. Write a program to print numbers in ascending order
28. Write a program to print numbers in descending order
29. Write a program to display a name desired number of times.
30. Write a program to find sum of digits in a given number
31. Write a program to find the sum of first n natural numbers
32. Write a program to find the compound interest
do while loop in c
33. Write a program to print n even numbers
34. Write a program to find the sum of first n odd numbers
35. Write a program to find whether the given number is an
Armstrong number
c language nested for loop programs,write a c
program using for loop,write a c program
based on nested for loop,c language programs
examples for loop
36. Write a program to find the sum of n natural numbers
37. Write a program to print first 5 natural odd numbers
38. Write a program to find the factorial of a given number
39. Write a c program whether a number is prime or not or Write a c program prime or not or Write a c program given number is prime or not or write a c program to check prime number or write a c program prime number
goto program in c language
40. Write a c program to reverse a number or write a program in c language to reverse a 4 digit number or write a c program to reverse a 3 digit number or write a c program to reverse a 3-digit integer or write a c program reverse a given number or write a c program reverse number
c programs on arrays
what is array in c program
Array is a collection of similar objects under the same name. Arrays allocate contiguous memory location for each object. And each object is accessed with the help of index number.
41. write a program in c to store elements in an array and print it
42. Write a c program to sort n numbers in ascending order
43. Write a program to find the sum and average of n numbers of the array
44. Write a program to add corresponding elements of two arrays
45. Write a c program on linear search
46. Write a program to compute sum of even and odd numbers
47. Write a program to find the largest element of an array
48. Write a c program to find transpose of a matrix
49. Write a c program to read and display the elements of 2d array
50. Write a c program to find the sum of two matrix
51. Write a c program to find the product of two matrices
52. Write a c program to read and write a character
53. Write a c program to convert a given character into uppercase and vice versa
54. Write a c program to input a string and print it
55. Write a c program to find the length of a string
56. Write a c program to concatenate two strings
57. Write a c program to determine whether a string is palindrome
58. Write a c program to count vowels and consonants in a string
59. Write a c program to find the sum of two numbers using functions
60. Write a c program to find the largest of two numbers
61. Write a c program to find the largest of three numbers
62. Write a c program to find the cube of a number using function
63. Write a c program to find the factorial of a number using function
64. Write a c program to illustrate the scope of variables
65. Write a c program to demonstrate function without arguments and without return value
66. Write a c program to demonstrate function with argument and without return type
67. Write a program to demonstrate function with no argument and return value in c
68. Write a program to demonstrate function with argument and return value in c
c programming recursion
c language recursion programs
c programs recursion
70. Write a c program to calculate x^n using recursion
71. Write a c program to find factorial of a number using recursion
72. Write a c program to illustrate call-by-value parameter passing technique
73. Write a c program to demonstrate the pass by reference mechanism
c language pointer programs examples
c programs on pointers
c program using pointers
74. Write a c program to demonstrate pointers in c
75. Write a c program to implement array using pointers
76. Write a c program to swap two numbers using call by reference
77. Write a c program to swap two numbers using call by pointer method
dynamic memory allocation in c programming examples
c programming malloc
78. Write a c program to demonstrate malloc () function
c language structure programs
79. Write a c program to demonstrate structure
80. Write a program in c to display student data using structure
81. Write a c program to demonstrate nested structure
82. Write a c program to demonstrate array of structure
83. Write a c program to find roots of a quadratic equation
84. Write a c program to find the frequency of presence an element in an array
85. Write a c program to find gcd and lcm of two numbers
85. leap year program in c using if else
86. Write a c program to calculate electricity bill
87. Write a c program to find grade of a student using switch statement
88. Write a c program to generate fibonacci series upto n terms
89. Write a c program to find sum of rows and columns of a matrix
90. Write a c program to find sum of even and odd numbers
91. Write a program to reverse a given number in c
92. Write a c program to sort the given n names
93. Write a program to find the sum of all array elements using dynamic memory allocation
94. Write a program to find the sum of the diagonal of a square matrix
95. Write a c program to print table of 2 using for loop
96. Write a c program to print table of a given number
97. Write a c program to convert a given binary into decimal
98. Write a program to check whether the matrix is an identity matrix or not in c
99. Write a c program to convert decimal number into binary number
100. Write a program to type in password characters
101. Write a program to check the entered character is alphabet digit or special character
102. Write a c program to demonstrate sizeof operator
103. Write a c program to print ascii value of an entered character
104. Write a c program to print character upon ascii value
105. Write a c program to print ascii value of characters
106. Write a c program to find the sum of even numbers in the given range
107. Write a c program to find sum of odd numbers in an array
108. Write a c program to find the sum of even numbers in an array
109. Write a c program to find the sum of even and odd numbers in an array
110. Write a c program to find the sum of all array elements
111. Write a program to find sum of two arrays in c
112. Write a simple calculator program in c using functions
113. c program for simple calculator using switch statement
114. Write a c program to find grade of a student using if else
115. write a c program to find grade of a student using function
116. Write a c program for simple calculator using if else
C Language Programs
Reviewed by Vision Academy
on
November 28, 2021
Rating:
No comments: