Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


How do c compilers work?

0 Answers  


What are variables and it what way is it different from constants?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


What is the difference between typedef struct and struct?

0 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


plz let me know how to become a telecom protocol tester. thank you.

0 Answers  


WHOT IS CHAR?

4 Answers   TCS,


What is a memory leak in structures? How can we rectify that?

2 Answers  


Categories