what is a NULL pointer?
Answers were Sorted based on User's Feedback
Answer / prameela rani
it is a pointer which points nothing.
it does not point any thing
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ganesh
null pointer is a pointer. it will retrns no value that is
call null pointer
| Is This Answer Correct ? | 0 Yes | 0 No |
Why c is known as a mother language?
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
what is stack , heap ,code segment,and data segment
Explain how to reverse singly link list.
what is the coding of display the factorial of a number using array and function?
What are the primitive data types in c?
Why main is used in c?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
How can I open files mentioned on the command line, and parse option flags?
Which command is more efficient? *(ptr+1) or ptr[1]
Why c is called procedure oriented language?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,