What does the error 'Null Pointer Assignment' mean and what causes this error?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between #include<stdio.h> and #include"stdio.h"
where are auto variables stored? What are the characteristics of an auto variable?
What is double pointer?
What does stand for?
What are dangling pointers? How are dangling pointers different from memory leaks?
what is the coding of display the factorial of a number using array and function?
How can I generate floating-point random numbers?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
What are the rules for the identifier?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
Should I learn c before c++?