C Programming Question and Answers
45. | What is the difference between the expression "++a" and "a++"? |
---|---|
|
|
46. | What are the types of I/O statements available in C? |
---|---|
There are two types of I/O statements available in C:
|
|
47. | Do function prototypes get stored in executable file? |
---|---|
|
|
48. | Define pre–processor? |
---|---|
It is a program that processor the source code before it passes to the compiler. | |