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...


Should a function contain a return statement if it does not return a value?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


why you will give me a job in TCS.

7 Answers   TCS,


Explain what are reserved words?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


What's a "sequence point"?

3 Answers  


write a program to find lcm and hcf of two numbers??

1 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


write a program for even numbers?

19 Answers   TCS,


Categories