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

# define x=1+4;
main()
{
int x;
printf("%d%d",x/2,x/4);
}

Answer Posted / banavathvishnu

x/2 will become 1+4/2=3
x/4 will become 1+4/4 = 2

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a function and a method in c?

1130


Write a program of prime number using recursion.

1126


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


What is declaration and definition in c?

1172


why do some people write if(0 == x) instead of if(x == 0)?

1122


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

2281


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

1178


Is a pointer a kind of array?

1244


How do you convert strings to numbers in C?

1293


What is static and volatile in c?

1263


What is getch() function?

1105


What are 3 types of structures?

1103


What are the 5 organizational structures?

1080


Explain how do I determine whether a character is numeric, alphabetic, and so on?

1181


Why do we use & in c?

1048