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


Please Help Members By Posting Answers For Below Questions

Why is void main used?

621


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

913


find out largest elemant of diagonalmatrix

1651


How to declare pointer variables?

686


What is the symbol indicated the c-preprocessor?

696






Explain what does the function toupper() do?

636


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

566


What are the advantages of using linked list for tree construction?

645


Write programs for String Reversal & Palindrome check

597


Explain the use of bit fieild.

715


Do you know what are the properties of union in c?

586


Explain what is the benefit of using #define to declare a constant?

610


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4545


What are void pointers in c?

574


Why is sprintf unsafe?

619