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

5

Is This Answer Correct ?    34 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of a heap?

1258


Tell me the use of bit field in c language?

1108


Is c is a middle level language?

1126


In a header file whether functions are declared or defined?

1173


What is break statement?

1181


How do I use strcmp?

1133


Which programming language is best for getting job 2020?

1101


how should functions be apportioned among source files?

1167


Is it cc or c in a letter?

1079


The __________ attribute is used to announce variables based on definitions of columns in a table?

1253


What is else if ladder?

1075


What type of function is main ()?

1090


When we use void main and int main?

1129


How do you list a file’s date and time?

1110


What are structure types in C?

1154