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 are the differences between Structures and Arrays?
Tell us something about keyword 'auto'.
What is function prototype in c with example?
What is the difference between the = symbol and == symbol?
all c language question
What is the right type to use for boolean values in c? Is there a standard type?
How does selection sort work in c?
In a switch statement, explain what will happen if a break statement is omitted?
Why string is used in c?
What is c preprocessor mean?
How many identifiers are there in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is function prototype in c language?
Why static variable is used in c?
What is malloc return c?