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

In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?

4 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


Where are the auto variables stored?

0 Answers   TISL,


where do we use structure pointer?

1 Answers  






How do I use void main?

0 Answers  


What is calloc in c?

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


Categories