why use "return" statement
a) on executing the return statement it immediately transfers the control back to the calling program
b) it returns the value present in the parentheses return, to the calling program
c) a & b
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to know whether the input number is an armstrong number.
Tell me can the size of an array be declared at runtime?
what is the main use of c where it can use the c
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is formal argument?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
What is hashing in c?
What is sizeof c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
c pgm count no of lines , blanks, tabs in a para(File concept)