1. WAP to display your name. Write another program to print message with inputted name. Link
2. WAP to add two numbers. Link
3. WAP to find the square of a given number. Link
4. WAP to calculate the average of three real numbers. Link
5. WAP to Find ASCII Value of a Character Link
6. WAP to Find the Size of int, float, double and char Link
7. WAP to Compute Quotient and Remainder Link
8. WAP to accept the values of two variables. Link
9. WAP to find the simple interest, inputs are amount, period in years and rate of interest. Link
10. Basic salary of an employee is input through the keyboard. The DA is 25% of the basic salary while the HRA is 15% of the basic salary. Provident Fund is deducted at the rate of 10% of the gross salary(BS+DA+HRA). WAP to calculate the net salary Link
11. WAP to find area of a circle using PI as constant Link
12. WAP to find volume of a cube using side as input from user Link
13. WAP using various unformatted Input Functions Link
14. WAP to find area of rectangle and print the result using unformatted output Functions Link
15. WAP to find the larger of two numbers. Link
16. WAP to find greater of three numbers using Nested If Link
17. WAP to find whether the given number is even or odd. Link
18. WAP to Generate Multiplication Table Using for loop Link
19. WAP to Generate Multiplication Table Using while loop Link
20. WAP to Make a Simple Calculator Using switch...case Link
21. WAP to find whether the given number is a prime number. Link
22. WAP using function to find the largest of three numbers Link
23. WAP using function to print first 20 numbers and its squares. Link
24. WAP to find the factorial of a given number. Link
25. WAP to print the sum of two matrices Link
26. WAP to Find the Length of a String Link
27. WAP to Copy String using strcpy() Link
28. WAP to compare a string Link
29. WAP to reverse a string Link
30. Program to convert the string into upper and lower case Link
31. WAP to multiply two numbers using pointers. Link
32. WAP to display address of variable using pointers Link
33. WAP to show the memory occupied by Structure and Union Link
34. WAP to create Student I-Card using a Structure Link
35. WAP to read data from a file Link
36. WAP to save Employee details in a file using File Handling Link
No comments:
Post a Comment
Note: only a member of this blog may post a comment.