⟩ How many levels of pointers have?
The answer depends on what you mean by "levels of pointers." If you mean "How many levels of indirection can you have in a single declaration?" the answer is "At least 12."
The answer depends on what you mean by "levels of pointers." If you mean "How many levels of indirection can you have in a single declaration?" the answer is "At least 12."
What is #line?
What are the preprocessor categories?
If you know then define #pragma?
What is #error and use of it?
Where define directive used?
What are types of Preprocessor in C?
What is include directive in C?
What are # Preprocessor operator in C?
Can a file other than a .h file be included with #include?
What is define directive?