Important FAQs for C Language
Important FAQs for C Language
1. Difference between Data and information. 37. Which format specifier is used for which data types?
2. What is an instruction in computer? 38. Give name of any 5 categories of operators.
3. What is a variable? 39. What are logical operators?
4. What are identifiers? 40. What are relational operators?
5. Explain constant in C. 41. What are increment/decrement operators?
6. What is a Keyword/Reserved words? 42. What is difference between postfix and prefix?
7. Why C is called procedural language? 43. What are the rules we should consider while creating a
8. Why C is called machine independent language? variable/identifier?
9. Why C is called structured language? 44. What are qualifiers/Modifiers in C?
10. Why C is called high level language? 45. What is difference b/w signed int and unsigned int?
11. What is a compiler? 46. What are header files?
12. What is difference between compiler and interpreter? 47. Explain Predefined functions in C?
13. Explain C tokens. 48. What is difference b/w Operator and operands?
14. What are Types of operators (unary, binary, ternary)? 49. Question related to Logical expressions/ Relational
15. Explain ternary operator. Expressions in terms of True/ False.
16. Explain Conditional Operator. 50. Which operator is used to determine size of any data
17. What is garbage value in C? type?
18. What is type conversion in C? 51. To use printf/scanf function which header file we should
19. What is type casting in C? include?
20. What is the meaning of precedence of operator? 52. To use getch/clrscr function which header file we should
21. Explain Numeric constant in C. include?
22. Explain Character constant in C. 53. To use sqrt/pow function which header file we should
23. What is symbolic constant? include?
24. In how many ways you can create Constants in C? 54. What are the steps involved in C Compilation?
25. What are data types in C? 55. What is difference between Compile time Error and Run
26. What are basic data types or fundamental data types? time Error?
27. Give Difference between int, float and char. 56. What is syntax error?
28. Explain Numeric constant in C. 57. What is logical error?
29. What is an algorithm? 58. Difference between if else structure and switch case.
30. What is a Flowchart? 59. What is difference between entry control and exit control
31. What are the Advantages of using algorithms? loop.
32. What are the Advantages of using flowchart? 60. What is difference between for and while loop?
33. What is an expression in C? 61. What is difference between while and do while loop
34. What is difference between Low and high level 62. What are jump statements?
Programming Language? 63. Explain break and continue.
35. What are the formatted Input/output functions in C? 64. Explain go to statement.
36. What are format specifiers in C? 65. What do you understand by nested loops?