How can I call a function with an argument list built up at run time?


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

Post New Answer

More C Interview Questions

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


Explain the term printf() and scanf() used in c language?

0 Answers  


Explain how do you generate random numbers in c?

0 Answers  


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }

8 Answers  


the data type used for unlimited value in c and how to do this program

1 Answers  


define string ?

0 Answers  


what is difference between C and C++

4 Answers  


Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)

2 Answers  


Categories