Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / abhijit roy
in c a function can only written one value
the return value could be of any data type
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
List the difference between a While & Do While loops?
What is difference between union All statement and Union?
What does volatile do?
Stimulate calculator using Switch-case-default statement for two numbers
What is the use of #include in c?
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.
List a few unconditional control statement in c.
What is character constants?
What is the default value of local and global variables in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
write a program to find out prime number using sieve case?
How to define structures? ·
using only #include
What is extern variable in c with example?
What are local static variables?