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
Explain what is gets() function?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What does 3 periods mean in texting?
Where static variables are stored in c?
Write a program to check prime number in c programming?
Write a program to print fibonacci series without using recursion?
Who is the main contributor in designing the c language after dennis ritchie?
Define C in your own Language.
What are comments and how do you insert it in a C program?
Write a program to reverse a given number in c?
Which function in C can be used to append a string to another string?
What is the difference between void main and main in c?
Write a program for Overriding.
Does sprintf put null character?
In c language can we compile a program without main() function?