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 without using main function?
Can the size of an array be declared at runtime?
how to count no of words,characters,lines in a paragraph.
Is it cc or c in a letter?
what is the importance of spanning tree?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Explain the difference between exit() and _exit() function?
What are the application of c?
What is macro?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
What are the preprocessor categories?
How do you determine a file’s attributes?