a function gets called when the function name is followed by a

a) semicolon (;)

b) period(.)

c) !

d) none of the above


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

Post New Answer

More C Interview Questions

Is null always defined as 0(zero)?

0 Answers  


What is Memory leakage ?

2 Answers   HCL,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


Can we initialize extern variable in c?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,






what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

0 Answers  


What is bin sh c?

0 Answers  


Categories