In which header file is the null macro defined?
No Answer is Posted For this Question
Be the First to Post Answer
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
How can you increase the size of a statically allocated array?
Why does the call char scanf work?
How is a macro different from a function?
What is strcpy() function?
Can a pointer point to null?
WHAT IS MEANT BY LIFE?
how to display 2-D array elements in spiral
What is advantage of pointer in c?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
post new interiew question and aptitude test papers
What is null in c?