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

2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);

Answer Posted / pallavi

pgm is wrong coz, main ws supposed to hav () and } is
missing at the end

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do string constants represent numerical values?

1450


Distinguish between actual and formal arguments.

1136


Why isnt there a numbered, multi-level break statement to break out

1107


Do pointers need to be initialized?

1164


Is there any possibility to create customized header file with c programming language?

1108


Differentiate between null and void pointers.

1233


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

1106


What is variable declaration and definition in c?

969


Do you know the use of 'auto' keyword?

1267


develop algorithms to add polynomials (i) in one variable

2241


How many main () function we can have in a project?

1159


Why do we use return in c?

1052


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2028


What is the difference between array and linked list in c?

1210


What should malloc() do?

1225