Explain the advantages and disadvantages of macros.
No Answer is Posted For this Question
Be the First to Post Answer
Explain a pre-processor and its advantages.
What does *p++ do?
Why doesn't C support function overloading?
What is the use of typedef in structure in c?
simple c program for 12345 convert 54321 with out using string
Is r written in c?
what are the facialities provided by you after the selection of the student.
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
How does the C program handle segmentation faults?
how to set Nth bit of a variable?
When should you use a type cast?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?