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=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?

Answer Posted / rahul

1,2

Is This Answer Correct ?    67 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum length of an identifier?

1232


Why can't I perform arithmetic on a void* pointer?

1161


Explain how are 16- and 32-bit numbers stored?

1309


what do the 'c' and 'v' in argc and argv stand for?

1224


Stimulate calculator using Switch-case-default statement for two numbers

3041


How does struct work in c?

1137


How do I get a null pointer in my programs?

1166


write a program to create a sparse matrix using dynamic memory allocation.

4958


How can I manipulate strings of multibyte characters?

1159


What is sizeof return in c?

1093


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

4368


I have a varargs function which accepts a float parameter?

1099


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3969


Why functions are used in c?

1202


What does the function toupper() do?

1196