⟩ Tell me can the size of an array be declared at runtime?
No. In an array declaration, the size must be known at compile time. You can't specify a size that's known only at runtime.
No. In an array declaration, the size must be known at compile time. You can't specify a size that's known only at runtime.
The #include directive a) Tells the preprocessor to grab the text of a file and place it directly into the current file b) Statements are typically placed at the top of a program c) both a & b d) None of a & b
The C-preprocessors are specified with _________symbol. a) # b) $ c) " " d) None of the mentioned
#pragma exit is primarily used for? a) Checking memory leaks after exitting the program b) Informing Operating System that program has terminated c) Running a function at exitting the program d) No such preprocessor exist
#include statement must be written a) Before main() b) Before any scanf/printf c) After main() d) It can be written anywhere
What is line in C Preprocessor?
What is file in C Preprocessor?
What is #line?
What are the preprocessor categories?
If you know then define #pragma?
What is #error and use of it?