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 prod(a,b)=a*b
main()
{
int x=2;
int y=3;
printf("%d",prod(x+2,y-10)); }

the output of the program is
a.8
b.6
c.7
d.none

Answer Posted / shinu

d

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In a byte, what is the maximum decimal number that you can accommodate?

1199


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

2322


Explain what are bus errors, memory faults, and core dumps?

1317


What is malloc return c?

1080


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

1220


What is #include stdio h and #include conio h?

1181


Can the curly brackets { } be used to enclose a single line of code?

1217


List the different types of c tokens?

1120


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

1321


When should a type cast be used?

1065


What is scope rule in c?

1122


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1154


What are structures and unions? State differencves between them.

1254


what is recursion in C

1117


What is c variable?

1099