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
Why enum is used in c?
What is volatile c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are the applications of c language?
Is array a primitive data type in c?
Can a pointer point to null?
When is the “void” keyword used in a function?
What are the features of c language?
what is a constant pointer in C
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain what is meant by 'bit masking'?
Why can't I perform arithmetic on a void* pointer?
What are the Advantages of using macro
How can I prevent another program from modifying part of a file that I am modifying?
Why do we need a structure?