Answer Posted / hr@tgksolutions.com
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are the expressions * ptr ++ and ++ * ptr same?
What is the difference between #include and #include 'file' ?
Describe dynamic data structure in c programming language?
How can I find the modification date and time of a file?
Disadvantages of C language.
Does c have circular shift operators?
What is d scanf?
Is null always defined as 0(zero)?
What is atoi and atof in c?
Explain union.
int i=10; printf("%d %d %d", i, i=20, i);
Is malloc memset faster than calloc?
Are there constructors in c?
Explain what is the most efficient way to store flag values?
What does the error 'Null Pointer Assignment' mean and what causes this error?