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 / raj

error

Is This Answer Correct ?    4 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi any body pls give me company name interview conduct "c" language only

2325


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1137


Is a house a mass structure?

1157


simple program of graphics and their output display

2052


Explain b+ tree?

1128


what is the height of tree if leaf node is at level 3. please explain

2204


What is c standard library?

1272


praagnovation

2354


What is the ANSI C Standard?

1334


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2230


write a program to concatenation the string using switch case?

2156


What are the three constants used in c?

1044


What is an operator?

1130


What are header files in c?

1123


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6402