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

x=1

Is This Answer Correct ?    18 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can you determine the size of an allocated portion of memory?

1150


Which header file is used for clrscr?

1106


Are there constructors in c?

1060


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2824


Write a program to print factorial of given number using recursion?

1063


What is a void * in c?

1135


What are pointers? What are stacks and queues?

1217


What is d'n in c?

1175


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1421


How to find a missed value, if you want to store 100 values in a 99 sized array?

1462


Is it acceptable to declare/define a variable in a c header?

1178


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1838


find out largest elemant of diagonalmatrix

2323


What is the difference between declaring a variable and defining a variable?

1341


Why is c platform dependent?

1138