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


Differentiate between a for loop and a while loop? What are it uses?


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

Post New Answer

More C Interview Questions

How can a number be converted to a string?

1 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


What is the purpose of main() function?

0 Answers  


Why is it that not all header files are declared in every C program?

0 Answers  


#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?

4 Answers   Ramco,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


Is return a keyword in c?

0 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


What is period operator in c?

3 Answers   Wipro,


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


explain what is a newline escape sequence?

0 Answers  


Categories