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
What is const volatile variable in c?
Difference between Function to pointer and pointer to function
What is meant by high-order and low-order bytes?
How can I ensure that integer arithmetic doesnt overflow?
What's the total generic pointer type?
What is the data segment that is followed by c?
What is the explanation for cyclic nature of data types in c?
regarding pointers concept
When we use void main and int main?
What is difference between structure and union with example?
How do you do dynamic memory allocation in C applications?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Is anything faster than c?
Explain the use of 'auto' keyword
What is the use of structure padding in c?