#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 / bhagya
absolutely 5
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Can main () be called recursively?
What is typedef example?
Explain the difference between strcpy() and memcpy() function?
What are the salient features of c languages?
what is the format specifier for printing a pointer value?
Explain what is a stream?
What are nested functions in c?
What does & mean in scanf?
What is type qualifiers?
How can you find the day of the week given the date?
Describe the steps to insert data into a singly linked list.
hi send me sample aptitude papers of cts?
What is s in c?
Is it better to use a macro or a function?
What is volatile, register definition in C