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
What is the general form of function in c?
How do we print only part of a string in c?
How can I invoke another program or command and trap its output?
Explain what is the best way to comment out a section of code that contains comments?
How can I discover how many arguments a function was actually called with?
What is pointer and structure in c?
How can I manipulate individual bits?
What is the difference between break and continue?
how to make a scientific calculater ?
What is the difference between formatted&unformatted i/o functions?
What does c mean before a date?
Where local variables are stored in c?
What is malloc return c?
What is the c language function prototype?
What is integer constants?