When is a null pointer used?


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

Post New Answer

More C Interview Questions

What are keywords in c with examples?

0 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


difference between memcpy and strcpy

1 Answers  


What does c mean?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  






What does d mean?

0 Answers  


What are data types in c language?

0 Answers  


Reverse a string word by word??

9 Answers  


what is the code for getting the output as * ** ***

5 Answers   Caritor,


What is pre-emptive data structure and explain it with example?

0 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


Categories