In which header file is the null macro defined?
No Answer is Posted For this Question
Be the First to Post Answer
wat are the two methods for swapping two numbers without using temp variable??
What is the purpose of the fflush() function in C?
What is difference between static and global variable in c?
char ch="{'H','I',0};printf("%s",ch);what is output
What is maximum size of array in c?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Write a program to find factorial of a number using recursive function.
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is a Deque?
What is difference between structure and union?
What is page thrashing?
Explain output of printf("Hello World"-'A'+'B'); ?