How can you return multiple values from a function?


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

Post New Answer

More C Interview Questions

f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


what are non standard function in c

0 Answers  


What does typedef struct mean?

0 Answers  


How can you find out how much memory is available?

0 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,


What is static and volatile in c?

0 Answers  


I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,


What are the standard predefined macros?

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


A program to write a number of letters and numbers, such as counting and display

0 Answers  


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


Categories