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

which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


What is variables in c?

0 Answers  


Differentiate between functions getch() and getche().

0 Answers  


Can we initialize extern variable in c?

0 Answers  


How do you convert strings to numbers in C?

0 Answers  


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


how to swap four numbers without using fifth variable?

2 Answers  


Is malloc memset faster than calloc?

0 Answers  


Mention four important string handling functions in c languages .

0 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


what is a constant pointer in C

0 Answers  


Categories