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
What is assignment operator?
what is array?
Is linux written in c?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
What is the code in while loop that returns the output of given code?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
What are types of structure?
Explain what is the difference between text files and binary files?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
When should a far pointer be used?
What is an auto keyword in c?
discuss the steps needed to get a program from source code to executable in a system?