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
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Describe the header file and its usage in c programming?
Can the sizeof operator be used to tell the size of an array passed to a function?
What are the advantages of external class?
What is the difference between constant pointer and constant variable?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Can we declare function inside main?
By using C language input a date into it and if it is right?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Why doesnt this code work?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Dont ansi function prototypes render lint obsolete?
What are identifiers c?