C programming Questions.
Hey learners are you a student of BCA? Or Is there any student who has exams of programming.
If yes then you are If yes, then you have come to the right place, in this post I have given top 9 questions to all of you, which are asked in any exam related to C programming. So now everyone must prepare these questions for Examinations.
1. Why C is known as the functional language. Show how functions are used as building block in C. 2. With example illustrate the different types of operators available in C language. 3. Differentiate between: (i) Printf() and Scanf() (ii) getchar() and putchar() (iii) #include and #define 4. Write about the different decision making structures with examples. 5. Write a program in C for determining whether a number is a prime number or not. 6. Write a C program for computing the GCD of two integers M,N. 7. Write a program in C to generate the sum S of the following series upto N terms, where N is to be supplied at runtime. S=1+2+3+4+5+....+N 8. Discuss briefly about the different problem solving techniques for designing a software solution to a specified problem. 9. What is the difference between an algorithm and a Flowchart? Are the two, different tools for the same activity? Draw a flowchart for finding the average of a set of numbers denoting the marks obtained by a class of students.
Comments