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

#include <stdio.h>
#define sqr(x) (x*x)
int main()
{
int x=2;
printf("value of x=%d",sqr(x+1));
}

What is the value of x?

Answer Posted / bhagya

absolutely 5

Is This Answer Correct ?    16 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can main () be called recursively?

1177


What is typedef example?

1259


Explain the difference between strcpy() and memcpy() function?

1065


What are the salient features of c languages?

1139


what is the format specifier for printing a pointer value?

1074


Explain what is a stream?

1145


What are nested functions in c?

1072


What does & mean in scanf?

1166


What is type qualifiers?

1190


How can you find the day of the week given the date?

1241


Describe the steps to insert data into a singly linked list.

1118


hi send me sample aptitude papers of cts?

2220


What is s in c?

1097


Is it better to use a macro or a function?

1206


What is volatile, register definition in C

1153