|
Related Questions |
View Answer |
|
c is a structural or highlevel or middle level language which one is correct answer
|
View Answer
|
|
What is the differece between #define and constant in C?
|
View Answer
|
|
How to improve my c knowledge........
|
View Answer
|
|
How do you write a program which produces its own source code as its output?
|
View Answer
|
|
What is an abstract class?
|
View Answer
|
|
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
|
View Answer
|
|
Will finally block get executed if the exception had not occurred?
|
View Answer
|
|
Can multiple catch blocks be executed?
|
View Answer
|
|
What is Preprocessor?
|
View Answer
|
|
What is a macro, and how do you use it?
|
View Answer
|
|
What will the preprocessor do for a program?
|
View Answer
|
|
How can you avoid including a header more than once?
|
View Answer
|
|
Can a file other than a .h file be included with #include?
|
View Answer
|
|
How are portions of a program disabled in demo versions?
|
View Answer
|
|
What is the difference between #include <file> and #include “file”?
|
View Answer
|
|
Can you define which header file to include at compile time?
|
View Answer
|
|
How many levels deep can include files be nested?
|
View Answer
|
|
How can type-insensitive macros be created?
|
View Answer
|
|
What are the standard predefined macros?
|
View Answer
|
|
What is a pragma?
|
View Answer
|