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
Write a program to swap two numbers without using a temporary variable?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the use of function overloading in C?
What are terms in math?
What are the 5 data types?
Explain the use of #pragma exit?
#include
What are the characteristics of arrays in c?
Do you know the difference between malloc() and calloc() function?
How can I open a file so that other programs can update it at the same time?
How do you determine the length of a string value that was stored in a variable?
Why main is used in c?
Why do we need a structure?
What is #line in c?