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

Post New Answer

More C Interview Questions

a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


what do structure language means?

3 Answers   Microsoft,


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


What is ctrl c called?

0 Answers  


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


how to get starting address of a running C program

3 Answers  


write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search

1 Answers   ADP, TCS,


What is the Purpose of 'extern' keyword in a function declaration?

0 Answers  


What is wrong in this statement?

0 Answers  


Categories