What does a run-time "null pointer assignment" error mean?
Answers were Sorted based on User's Feedback
Answer / varghese
its means u r assingnning a pointer to an invalid address
location
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / guest
It means that you've written, via a null pointer, to an
invalid location
| Is This Answer Correct ? | 0 Yes | 6 No |
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
Explain what are compound statements?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Explain what is the stack?
What is d scanf?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
What is class and object in c?
What is extern variable in c with example?
What is 2c dna?
Why c++ is called c++ and not c+?
write a c programme for add of two numbers with out use of arthematic operators
What is the meaning of ?