Answer Posted / ronald
variadic macros --- C99 standard
#define MY_MACRO(...)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Explain what is a const pointer?
How is pointer initialized in c?
What is masking?
Explain what are bus errors, memory faults, and core dumps?
What is static and volatile in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
What is the 'named constructor idiom'?
write a program to find the given number is prime or not
What are the features of c language?
What does c value mean?
What is getch?
What is a void pointer in c?
What is the Purpose of 'extern' keyword in a function declaration?
What is the translation phases used in c language?