Can a pointer point to null?


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 strcpy() and memcpy() function?

2 Answers  


Can you please explain the scope of static variables?

0 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


Is c compiled or interpreted?

0 Answers  


What is the explanation for cyclic nature of data types in c?

0 Answers  






Explain the use of #pragma exit?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


What are the advantages of using macro in c language?

0 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,


What are enumerated types?

0 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

4 Answers   Infosys, NetApp,


Categories