The document contains a list of 30 programming problems to solve in C including: finding sums, products, areas of shapes, divisibility, integer/float conversions, character symbols, number properties, arrays, matrices, and Fibonacci series. The problems cover basic math operations, conditional logic, loops, functions, and arrays.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
10 views
Programs
The document contains a list of 30 programming problems to solve in C including: finding sums, products, areas of shapes, divisibility, integer/float conversions, character symbols, number properties, arrays, matrices, and Fibonacci series. The problems cover basic math operations, conditional logic, loops, functions, and arrays.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
All programs
1) 2) 3) 4) 5) 6) 7) 8) 9)
WAP WAP WAP WAP WAP WAP WAP WAP WAP
WELCOME TO THE WORLD OF C.
TO FIND THE SUM OF TWO NUMBERS. TO FIND MULTIPLICATION OF TWO NUMBERS. TO FIND THE AREA OF TRIANGLE. TO FIND THE AREA OF RECTANGLE. TO CHECK IF THE NUMBER IS DIVISIBLE BY 3 OR NOT. TO FIND OUT IF THE INPUT INTEGER IS ZERO OR NON ZERO. TO CHANGE THE FLOAT VALUE INTO INTEGER VALUE. TO CONVERT A NUMBER FROM DECIMAL TO HEXADECIMAL VALUE.
10) WAP TO GET THE CHARACTER OF SYMBOL.
11) WAP TO FIND SQUARES AND CUBES OF THE NUMBERS. 12) WAP OF ASCII CODE. 13) WAP TO COMPUTE THE NUMBER OF SECONDS YOU HAVE LIVED BY GIVING INPUT AS YOUR AGE. 14) WAP OF INCREAMENT OF NUMBERS IF THE NUMBER IS 10. 15) WAP TO FIND THE GREATEST NUMBER. 16) WAP OF SWAPPING TWO NUMBERS. 17) WAP TO FIND THE NUMBER IS EITHER BETWEEN 1 TO 100. 18) WAP TO FIND THE NUMBER IS EVEN OR ODD. 19) WAP TO FIND THE FACTORIAL OF NUMBER. 20) WAP TO GET SUM OF n NATURAL NUMBERS ENTER BY USER. 21) WAP NESTED IF ELSE. 22) WAP TO CHECK THE VOWEL. 23) WAP TO MAKE PATTERN. 24) WAP TO FIND THE SUM OF ARRAYS ELEMENTS. 25) WAP TO FIND EVEN OR ODD VALUE OF ARRAY. 26) WAP TO USE SWITCH SATEMENTS. 27) WAP TO TAKE PTINT OUT OF ARRAY.
28) WAP TO FIND OUT THE SUM OF TWO MARICES.
29) WAP TO TAKE TWO 3*3 MATRIX AND THEN ADD ITS ELEMENT. 30) FIBONACCI SERIES.