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 |
What is dynamic dispatch in c++?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What are reserved words?
what is a pointer
4 Answers Bank Of America, TCS,
Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
What is main return c?
What is sizeof int?
What is external and internal variables What is dynamic memory allocation what is storage classes in C
What is meant by int main ()?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain bit masking in c?