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 how can I open a file so that other programs can update it at the same time?
What are the usage of pointer in c?
How can I generate floating-point random numbers?
Explain what is the benefit of using const for declaring constants?
Explain how does free() know explain how much memory to release?
Why header files are used?
What is methods in c?
How can you invoke another program from within a C program?
How do you do dynamic memory allocation in C applications?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is wrong with this program statement? void = 10;
FILE PROGRAMMING
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers