#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
What are global variables?
What is data structure in c and its types?
Why c is called top down?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain what does it mean when a pointer is used in an if statement?
Which built-in library function can be used to match a patter from the string?
Is calloc better than malloc?
What is scope rule of function in c?
What is c method?
In C language, a variable name cannot contain?
in iso what are the common technological language?
what is the height of tree if leaf node is at level 3. please explain
Write a program to check prime number in c programming?
What is the purpose of void in c?
What are the different types of errors?