C Programming Question and Answers
21. | What is FIFO? |
---|---|
|
|
22. | What is the difference between pre decrement and post decrement operator? |
---|---|
|
|
23. | Is it possible to write a program without a main() functions? |
---|---|
No, the main functions is mandatory. The execution of all programs begins from the main() function. | |
24. | What is file pointer in C? |
---|---|
|
|