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
What is main function in c?
Give basis knowledge of web designing ...
What is the difference between GETS();AND SCANF();
the operator for exponencation is a.** b.^ c.% d.not available
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
p*=(++q)++*--p when p=q=1 while(q<=6)
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
cavium networks written test pattern ..
What is a constant and types of constants in c?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Why is void main used?
What is omp_num_threads?