any C program contains only one function, it must be

a) void ()

b) main ()

c) message ()

d) abc ()


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

Post New Answer

More C Interview Questions

What is structure and union in c?

0 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


Is there sort function in c?

0 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


What is merge sort in c?

0 Answers  


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

0 Answers   Wilco,


Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


Can one function call another?

0 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


What is c programming structure?

0 Answers  


What is meant by keywords in c?

0 Answers  


Categories