Вы находитесь на странице: 1из 3

1.

Who invented c language


2. What is keyword
3. What is identifier
4. how many keywords are there in c language?
5. what are c supporting data types
6. what are basic data types
7. what are modifiers
8. what is size of integer
9. what is the size of char?
10. what is function
11. why function
12. types of functions
13. example for user defined function
14. example for library functions
15. what is variable
16. what is array
17. advantages of array
18. limitations of array
19. what is string
20. what is difference between char array and string
21. name any five functions related to strings
22. name any five functions related to math.h
23. name any five functions related to stdlib.h
24. name any five functions related to stdio.h
25. what are storage classes in c
26. what is life time and scope of auto storage class?
27. What is life time and scope of static storage class?
28. What is life time and scope of register storage class?
29. Difference between auto and register storage class?
30. What are the type of linking support by C?
31. What is BSS , and Heap segment ?
32. What is purpose of stack segment ?
33. what is pointer
34. applications of pointers
35. what is recursion
36. can we call main function recursively?
37. why pointer
38. what is the level of pointer?
39. how many level of pointer can be created?
40. what is de-reference
41. what is pointer to pointer
42. what is wild pointer
43. what is dangling pointer
44. what is null pointer
45. what is generic pointer
46. what is the use of generic pointer?
47. what is size of integer, char, float, pointer
48. what are c languagefeatures
49. What is memcpy function
50. How to pass arguments to main function?
51. What are commend line arguments
52. What ‘c’ in argc
53. What is ‘v’ in argv
54. What is *p[]
55. What is (*p)[]
56. What is (*p)();
57. What is **p
58. What is *p
59. Return of malloc and calloc functions
60. What are difference between malloc and calloc
61. What is auto storage class
62. What is register storage class
63. Difference between auto and register storage class
64. Difference between static and extern storage class
65. Explain scope of static variable
66. What is life time & scope of a register and auto storage class
67. What are variable arguments
68. What are the functions used for variable arguments?
69. Where we use comma ( , ) operator
70. Where we use functions
71. Is sizeof() is a functions? Explain?
72. What is global function?
73. What is global variable?
74. What is difference between variable and pointer?
75. What is a structure
76. What is union
77. Size of structure and union
78. Difference between union and structure
79. What is preprocessor stage
80. What is compiler
81. What is objective file
82. What is assembler
83. What is job of linker
84. What is job of loader
85. What is gcc stands for, what it have inside?
86. What is enum
87. What is use of #include
88. What is #define
89. Difference between macro and enum
90. What is structure padding and packing?
91. Difference between constant and macro?
92. Difference between function and a macro?
93. Limitations of Identifier?
94. Limitations of Bitfields?
95. Types of memory formats?
96. Can we write C program without main?
97. What is a variable?
98. What are Qualifiers?
99. In which stage of compilation addresses are assigned?
100. Difference between array of pointer and pointer to an array?

Вам также может понравиться