Can a void pointer point to a function?


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

Post New Answer

More C Interview Questions

Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


what is the different between if-else and switch statment (other than syntax)

26 Answers   CTS, Oracle, Scorpos,


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  






write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,


What does 3 periods mean in texting?

0 Answers  


Which is better oop or procedural?

0 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  


What is volatile c?

0 Answers  


who will call your main function in c under linux?

2 Answers  


Categories