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

int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?

Answer Posted / senthil

will print junk values, as no arguments after printf string present.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indirection?

1043


Why is c so important?

1007


formula to convert 2500mmh2o into m3/hr

949


Explain what does the format %10.2 mean when included in a printf statement?

1300


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1108


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2275


What are shell structures used for?

993


Is r written in c?

1119


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

1034


What is the difference between test design and test case design?

2046


Is null equal to 0 in sql?

1101


Which is the best website to learn c programming?

1045


write a program to find out prime number using sieve case?

2047


What is a sequential access file?

1115


Explain how can I convert a number to a string?

1112