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 is structure padding in c?

1060


how to find anagram without using string functions using only loops in c programming

3137


Are the expressions * ptr ++ and ++ * ptr same?

1090


string reverse using recursion

2377


Write a Program to accept different goods with the number, price and date of purchase and display them

6150


How to write a code for reverse of string without using string functions?

2077


What is property type c?

1047


What are types of functions?

977


Simplify the program segment if X = B then C ← true else C ← false

2964


State the difference between x3 and x[3].

1054


Write a program to find the biggest number of three numbers in c?

1008


What is an identifier?

980


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1174


What is main () in c?

1015


Write a program to generate random numbers in c?

1053