You are on page 1of 1

Important Question ‘C’ Questions

1. Importance of C
2. Basic Structure of C Program
3. C Tokens, Constants, Variables, Data Types
4. Operators & Expressions – (Arithmetic Operators, Relational Operators,
Logical Operators, Assignment operators, Increment/decrement operators,
Conditional Operators)
5. Arithmetic Operators
6. Evaluation of Expressions with operators’ precedence.
7. Reading and writing a character
8. Decision making statement (if, else…if, nesting of if statement)
9. Decision making and Looping statements (For, While, Do…While)
10. Define Arrays: One-Dimensional & Two-Dimensional.
11.Describe an array and list the advantage of an array over individual
variables.
12. Declaring and Initializing string variables.
13. String Handling Functions.
14. Define Functions
15. User defined functions & Built-in functions.
16. Category of Functions – (No Arguments & No Return values, Arguments
but No Return values , Arguments with Return values, Arguments with
Return values)
17. Nesting of Functions.
18. Recursion Functions.
19. Passing Arrays to Functions.
20.Classify any two differences between call by value and call by reference.
21. Define Structure.
22. Array of Structure & Array within structures
23. Define: Unions
24. Define: Pointers
25. Declaring, Initialization and access of pointer variables.
26. Defining, Opening & Closing a file.
27. Define File Handling Functions.

You might also like