What is function and its example?


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

Post New Answer

More C Interview Questions

There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


Write a program to show the workingof auto variable.

2 Answers   Infotech,


Is c# a good language?

0 Answers  


What are .h files and what should I put in them?

3 Answers  


Why we use break in c?

0 Answers  






What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


What are the rules for identifiers in c?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


Categories