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

Explain how can I convert a number to a string?

0 Answers  


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


How will you allocate memory to a double pointer ?

2 Answers  


What do you understand by normalization of pointers?

0 Answers  


write a program in c to print **** * * * * ****

1 Answers   TCS,


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


What’s the special use of UNIONS?

0 Answers   ADP,


Wt are the Buses in C Language

0 Answers   Infosys,


diff .between strcture and union

2 Answers  


Categories