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

Eight queens puzzle

0 Answers  


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

0 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


What are unions in c?

0 Answers  


What is a char c?

0 Answers  


find the minimum of three values inputted by the user

3 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

0 Answers  


Categories