0% found this document useful (0 votes)
20 views

C imp. Questions

The document lists important questions related to programming in C, covering fundamental concepts such as algorithms, data types, control statements, loops, arrays, functions, pointers, and structures. It includes inquiries about definitions, characteristics, differences, and examples to enhance understanding of C programming. This serves as a study guide for learners to grasp essential programming principles in C.

Uploaded by

shivgovindvns
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

C imp. Questions

The document lists important questions related to programming in C, covering fundamental concepts such as algorithms, data types, control statements, loops, arrays, functions, pointers, and structures. It includes inquiries about definitions, characteristics, differences, and examples to enhance understanding of C programming. This serves as a study guide for learners to grasp essential programming principles in C.

Uploaded by

shivgovindvns
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

PROGRAMMING USING C IMPORTANT QUESTIONS:

1. What do you know the computer programming language?


2. Define Algorithms?
3. What are the characteristic of an algorithm?
4. What is the use of flow-chart?
5. What are the different steps followed in the program?
6. What are the basic data types associated with C?
7. What are reserved words with a programming language?
8. What do you understand by identifiers in C Language?
9. What do you understand by variable and constant?
10. What is the use of printf() and scanf() functions?
11. What is an operator? Describe the different types of operators?
12. What is the difference between ++a and a++?
13. What are the logical operator used in C?
14. What are unary operator?
15. What is control statement? Write some name of control statement with example.
16. Difference between break and continue statement with example.
17. What are the conditional statement in C?
18. What is the difference between nested if…else and ladder else…if?
19. What is loop? Explain with suitable example.
20. What is difference between do…while and while loop?
21. What is an array? Write the advantages of Array.
22. How many types of array are used in C?
23. How to declare and initialize value in an array?
24. What is functions? What are the different types of functions?
25. Differentiate between user define function and library function.
26. What is the difference between function definition and function declararion?
27. Explain Function with no argument and no return value with example.
28. Write short note on pointer.
29. What is the difference between call by value and call by reference in C?
30. What is recursion in C?
31. What is pointer? What are its benefits?
32. Explain the process of declaring and initializing pointers. Give an example.
33. What is indirection in pointer?
34. What is structure in C? Explain with example.
35. Is there any difference between array and structure? Explain with example.

You might also like