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
What does sizeof function do?
What is the memory allocated by the following definition ? int (*x)();
What is meant by preprocessor in c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Is c still relevant?
WHAT IS FLOAT?
program to convert a integer to string in c language'
How can I delete a file?
What is the difference between class and object in c?
any string of bits of length 'n' represents a unique non- negative integer between.............?
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
what is available in C language but not in C++?
10 Answers CTS, TCS,