What is define directive?
No Answer is Posted For this Question
Be the First to Post Answer
which do you prefer C or Pascal?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is the difference between new and malloc functions?
How many bytes is a struct in c?
Why is #define used?
What is LINKED LIST? How can you access the last element in a linked list?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
write a program to create a sparse matrix using dynamic memory allocation.
how to reverse string "Hello World" by using pointers only. Without any temp var
Lists the benefits of c programming language?
how to find a 5th bit is set in c program
What does static variable mean in c?