What does a run-time "null pointer assignment" error mean?

Answer Posted / guest

It means that you've written, via a null pointer, to an
invalid location

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer in c?

742


What is meant by inheritance?

634


Why we use void main in c?

597


What is difference between static and global variable in c?

539


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1509






What is clrscr ()?

638


What is the value of uninitialized variable in c?

576


Is malloc memset faster than calloc?

617


Why c is called free form language?

572


Which is best book for data structures in c?

599


Why array is used in c?

553


Why shouldn’t I start variable names with underscores?

625


How can I find the modification date of a file?

705


What 'lex' does?

719


what is a constant pointer in C

680