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


Why is c so popular?


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

Post New Answer

More C Interview Questions

how do we remove the printed character in printf statement and write next it it

1 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


What do you mean by a sequential access file?

0 Answers  


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


What are local static variables?

0 Answers  


What is advantage of pointer in c?

0 Answers  


What is structure in c language?

0 Answers  


What does do in c?

0 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  


Categories