Can you write the function prototype, definition and mention the other requirements.


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

Post New Answer

More C Interview Questions

What do you mean by command line argument?

0 Answers   TCS,


Explain what is #line used for?

0 Answers  


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


Explain how do you sort filenames in a directory?

0 Answers  






What is data structure in c language?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


What is the difference between exit() and _exit() function in c?

0 Answers  


What was noalias and what ever happened to it?

0 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


with out using main how to execute the program?

2 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


Categories