Notes Sem 1 - Introduction to C | List of Very Important Programs {Download}
List of Very Important Programs for C Language, Download Link Below
1 . WAP in C to Find the Sum of Two Numbers.
2. WAP in C to Find the Perimeter of a Triangle.
3. WAP in C to Find the Area of a Triangle.
4. WAP in C to Find the Circumference of a Circle.
5. WAP in C to Find the Area of a Circle.
6. WAP in C to Convert the temperature from Fahrenheit to Celsius.
7. WAP in C to Convert the temperature from Celsius to Fahrenheit.
8. WAP in C to find whether the Number is Odd or Even.
9. WAP in C to swap two numbers without using the third Variable.
10. WAP in C to find out whether the Input character is Vowel or Consonant.
11. WAP in C to Find out the greatest number out of three numbers.
12 WAP in C to Find out Armstrong Number.
13. WAP in C to Find out the reverse of a Digit.
14. WAP in C to Find out whether the Number is Prime or Not.
15. WAP in C to Print the Fibonacci Series.
16. WAP in C to Find the sum of Even number in an Array.
17. WAP in C to print the Largest number of an Array.
18. WAP in C to print the Second Largest number of an Array.
19. WAP in C for the Sorting of an Array.
20. WAP in C to change the Case of a String.
21. WAP in C to find the String Length using Strlen( ).
22. WAP in C to find the String Length without using the function Strlen( ).
23. WAP in C to copy the String using Strcpy( ).
24. WAP in C to copy the String without using the function Strcpy( ).
25. WAP in C to compare two Strings using Strcmp( ).
26. WAP in C to compare two Strings without using the function Strcmp( ).
27. WAP in C to concatenate two Strings using Strcat( ).
28. WAP in C to concatenate two Strings without using the function Strcat( ).
29. WAP in C to find the sum of two Matrices.
30. WAP in C to find out the Multiplication of two Matrices.
31. WAP in C to check whether the String is Palindrome or Not
32. WAP in C to find the Factorial of a number using Recursive Functions.
33. WAP in C to swap two numbers using Call by Reference.
0 comments:
Post a Comment