Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / vaibhav
no.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a const pointer in c?
Where are local variables stored in c?
Do pointers take up memory?
Compare interpreters and compilers.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
#include
What does static variable mean in c?
When c language was developed?
Describe static function with its usage?
Why malloc is faster than calloc?
What is the advantage of a random access file?
What is c token?
What is data structure in c language?
How do I copy files?