Explain function?


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

Post New Answer

More C Interview Questions

If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


What is the difference between declaring a variable and defining a variable?

0 Answers  


how to find a 5th bit is set in c program

4 Answers   IBM,


Write programs for String Reversal & Palindrome check

0 Answers   TISL,


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  






Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


What are the types of arrays in c?

0 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

4 Answers   Infosys, TCS,


differentiate built-in functions and user – defined functions.

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


What does emoji p mean?

0 Answers  


Categories