#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 / anil
27
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
How does normalization of huge pointer works?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are local variables c?
Write a program of advanced Fibonacci series.
What is the maximum length of an identifier?
How important is structure in life?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
How can you draw circles in C?
What is the hardest programming language?
What is strcmp in c?
a program that can input number of records and can view it again the record
how many key words availabel in c a) 28 b) 31 c) 32
What is a null string in c?
How can you tell whether two strings are the same?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.