#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 the advantages and disadvantages of a heap?
Tell me the use of bit field in c language?
Is c is a middle level language?
In a header file whether functions are declared or defined?
What is break statement?
How do I use strcmp?
Which programming language is best for getting job 2020?
how should functions be apportioned among source files?
Is it cc or c in a letter?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is else if ladder?
What type of function is main ()?
When we use void main and int main?
How do you list a file’s date and time?
What are structure types in C?