What is function in c with example?


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

Post New Answer

More C Interview Questions

Should I learn c before c++?

0 Answers  


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

0 Answers  


what are the uses of structure?

7 Answers   HCL,


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  






How many main () function we can have in a project?

0 Answers  


What are the loops in c?

0 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


What is scope of variable in c?

0 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


What is string constants?

0 Answers  


What is 2 d array in c?

0 Answers  


Categories