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 loops in c?
What is the value of uninitialized variable in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Is there a way to compare two structure variables?
Explain can you assign a different address to an array tag?
Why n++ execute faster than n+1 ?
How can I trap or ignore keyboard interrupts like control-c?
How do you convert strings to numbers in C?
Are the outer parentheses in return statements really optional?
What are the 4 types of unions?
What is a far pointer in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Explain the difference between exit() and _exit() function?
What is meant by gets in c?