Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / c.saranya
no. because return keyword return only one value.that ia 0
or 1.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is volatile c?
What is the scope of static variable in c?
Explain bitwise shift operators?
What is NULL pointer?
What are the difference between a free-standing and a hosted environment?
What is getch() function?
What is the use of typedef in structure in c?
How can I write a function that takes a format string and a variable number of arguments?
what is a function method?give example?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is #line used for?
Explain indirection?
write a program to find out prime number using sieve case?
What is the auto keyword good for?
How do I copy files?