Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / abhijit roy
in c a function can only written one value
the return value could be of any data type
Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
I came across some code that puts a (void) cast before each call to printf. Why?
What is s or c?
What is integer constants?
What does a function declared as pascal do differently?
What is the usage of the pointer in c?
How to declare pointer variables?
What are formal parameters?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain 'far' and 'near' pointers in c.
Which header file is essential for using strcmp function?
Why is it usually a bad idea to use gets()? Suggest a workaround.
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain the meaning of keyword 'extern' in a function declaration.
What are the types of data structures in c?