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

What is string function in c?

0 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Why we use void main in c?

0 Answers  


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


What is #error and use of it?

0 Answers  


is c language is a object oreinted language?

5 Answers   TCS,


Can a variable be both const and volatile?

0 Answers  


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


how can use subset in c program and give more example

0 Answers  


How can a program be made to print the line number where an error occurs?

0 Answers  


in iso what are the common technological language?

0 Answers  


Categories