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

Warning: Function Should have return value........

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1981


What is c basic?

1226


How do I convert a string to all upper or lower case?

1173


how could explain about job profile

1988


Is array name a pointer?

1079


What is #line used for?

1072


Describe wild pointers in c?

1166


What is the purpose of ftell?

1137


to find the closest pair

2371


Explain can the sizeof operator be used to tell the size of an array passed to a function?

1117


Explain how does free() know explain how much memory to release?

1138


Is c call by value?

1079


C language questions for civil engineering

1766


What is #line?

1111


Explain what are header files and explain what are its uses in c programming?

1201