Tell me when would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Will Macros support multiple arguments ?
How does the assert() function work?
What is keyword with example?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
How many bytes is a struct in c?
what is an inline function?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
Explain how can a program be made to print the name of a source file where an error occurs?
How we can insert comments in a c program?
What is union in c?
How a string is stored in c?
Is it possible to execute code even after the program exits the main() function?