I have seen function declarations that look like this


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

Post New Answer

More C Interview Questions

Can a void pointer point to a function?

0 Answers  


what is a static function

10 Answers   Satyam,


define switch statement?

6 Answers   CTS,


What is static memory allocation? Explain

0 Answers  


Describe the header file and its usage in c programming?

0 Answers  






explain what is a newline escape sequence?

0 Answers  


what is the difference between exit() and _exit() functions?

2 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


what are far pointers?

1 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error

4 Answers   HCL,


Categories