Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / vignesh1988i
sorryt sorry i made a mistake... i
in the line q=q/2 is wrong
correct as *q=*q/2;
and *w=*w/2;
since addresses cant be divided...
very sorry
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is #include stdio h and #include conio h?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is %d called in c?
Explain what header files do I need in order to define the standard library functions I use?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Whats s or c mean?
Are the outer parentheses in return statements really optional?
What do you mean by invalid pointer arithmetic?
What is non linear data structure in c?
What is the use of a ‘ ’ character?
Why do we use main function?
How can a process change an environment variable in its caller?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is the difference between pure virtual function and virtual function?