#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
Write a program to implement queue.
What is the acronym for ansi?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Do you have any idea how to compare array with pointer in c?
What is the process to create increment and decrement stamen in c?
Explain about the functions strcat() and strcmp()?
Why isn't it being handled properly?
Why is this loop always executing once?
What is the meaning of typedef struct in c?
What are the c keywords?
Difference between Function to pointer and pointer to function
What are the advantages of using new operator as compared to the function malloc ()?
What are shell structures used for?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Explain what is the difference between functions abs() and fabs()?