Is null valid for pointers to functions?


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

Post New Answer

More C Interview Questions

Explain do array subscripts always start with zero?

0 Answers  


What are the functions to open and close the file in c language?

0 Answers  


What is a loop?

0 Answers  


What are local static variables? How can you use them?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,






write a program to interchange the value between two variable without using loop

1 Answers  


Can we include one C program into another C program if yes how?

7 Answers   Infosys,


Why doesn't C have nested functions?

2 Answers  


How does #define work?

0 Answers  


How to draw the flowchart for structure programs?

0 Answers  


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

2 Answers   Vector, Vector India,


What are the advantages of using Unions?

0 Answers   IBS,


Categories