Explain how do you use a pointer to a function?


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

Post New Answer

More C Interview Questions

What is array of structure in c programming?

0 Answers  


what are bps & baud rates? differentiate these two?

2 Answers   TCS,


Do you know the difference between malloc() and calloc() function?

0 Answers  


What are the features of the c language?

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,






What is union and structure in c?

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What is the purpose of void pointer?

0 Answers  


What is the use of gets and puts?

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


What is an array in c?

0 Answers  


Categories