Why is not a pointer null after calling free?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments

6 Answers   TCS,


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


what is ANSI and ISO

7 Answers   HCL,


Explain what are run-time errors?

0 Answers  






#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


What is C language ?

0 Answers   Jekson,


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


What is s or c?

0 Answers  


Do you know pointer in c?

0 Answers  


Explain bit masking in c?

0 Answers  


Categories