What does a run-time "null pointer assignment" error mean?
Answer Posted / varghese
its means u r assingnning a pointer to an invalid address
location
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
How do we print only part of a string in c?
What are the functions to open and close file in c language?
What are the types of data types and explain?
Is it possible to pass an entire structure to functions?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is #line in c?
Explain bitwise shift operators?
Explain what is the stack?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are structures and unions? State differencves between them.
What is the explanation for cyclic nature of data types in c?
What is static and auto variables in c?
What are the different types of C instructions?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +