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

Explain how can type-insensitive macros be created?

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


write a program for even numbers?

19 Answers   TCS,


what are far pointers?

1 Answers  


what will be the output for the following main() { printf("hi" "hello"); }

5 Answers   RoboSoft,






#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?

7 Answers   Intel,


Can main () be called recursively?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

0 Answers  


Why do we use & in c?

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


Categories