Is it possible to have a function as a parameter in another function?


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

Post New Answer

More C Interview Questions

#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


What is the purpose of macro in C language?

0 Answers   Fidelity,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


Why is c called c?

0 Answers  


12344321 123 321 12 21 1 1 how i print this program??

5 Answers   DSR Management, Winit,


Explain the ternary tree?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


What is the difference between struct and union in C?

1 Answers  


How to get string length of given string in c?

0 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


Categories