any restrictions have on the number of 'return' statements that may be present in a function.
a) no restriction
b) only 2 return statements
c) only 1 return statements
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between strcpy() and memcpy() function?
write a program to swap two numbers without using temporary variable?
What are the types of variables in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain how are 16- and 32-bit numbers stored?
What happens if you free a pointer twice?
What is the difference between union and structure in c?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
How to create struct variables?
is it possible to change the default calling convention in c ?