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

Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What is page thrashing?

0 Answers  


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


Please list all the unary and binary operators in C.

3 Answers  


What is this pointer in c plus plus?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }

2 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


What is output redirection?

0 Answers  


What is the purpose of void pointer?

0 Answers  


Categories