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
What are reserved words?
How to write c functions that modify head pointer of a linked list?
What is function prototype in c language?
what does static variable mean?
What is break statement?
what is use of malloc and calloc?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is void main () in c?
How do shell structures work?
What is difference between arrays and pointers?
What library is sizeof in c?
What is the size of empty structure in c?
How can I determine whether a machines byte order is big-endian or little-endian?
How is a structure member accessed?
What are the parts of c program?