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 does static variable mean?

1167


What is the purpose of sprintf() function?

1185


What is the sizeof () a pointer?

1055


Is there any demerits of using pointer?

1119


can anyone suggest some site name..where i can get some good data structure puzzles???

2161


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

2356


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3381


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

2069


Explain logical errors? Compare with syntax errors.

1128


What is the collection of communication lines and routers called?

1180


How do you define a string?

1148


In C, What is the #line used for?

2332


What is a #include preprocessor?

1224


What is memory leak in c?

1175


What is a file descriptor in c?

1199