Answer Posted / ganesh
null pointer is a pointer. it will retrns no value that is
call null pointer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between strcpy() and memcpy() function?
What is the meaning of typedef struct in c?
Is main an identifier in c?
What is a macro, and explain how do you use it?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Why doesn't C support function overloading?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the use of pragma in embedded c?
What is the process of writing the null pointer?
What is wrong with this statement? Myname = 'robin';
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is a function simple definition?
What is ## preprocessor operator in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How do I get an accurate error status return from system on ms-dos?