Question Bank (Problem solving Using C)2022_23
Q.1 Define- 1)compiler 2) Interpreter 3) Linker 4) types of array 5) Array 6) Function 7)Algorithm 8) Pseudo Code 9)Function type 10)Conditional or ternary operator Q.2)Explain syntax with example: 1) For 2) switch 3) while 4) do-while 5) Nested if-else 6)If-else ladder 7) Recursive function Q.3)Write algorithm and draw flow chart of question 1) swapping of two Numbers 2) Write algorithm and draw flowchart to find out factorial of a number. 3)Write an algorithm and draw a flowchart to find the maximum-of 3 no's. 4) Write an algorithm and draw a flowchart to check given number palindrome Number or not? Q.4) Write C program 1) Write a 'C' program ...