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

Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


How are pointers declared in c?

0 Answers  


Can you assign a different address to an array tag?

0 Answers  






main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


What is a macro in c preprocessor?

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


What is the exact difference between '\0' and ""

3 Answers  


Can we write a program without main() function?

9 Answers  


What are type modifiers in c?

0 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


Categories