#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 / poorna
Warning: Function Should have return value........
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is c basic?
How do I convert a string to all upper or lower case?
how could explain about job profile
Is array name a pointer?
What is #line used for?
Describe wild pointers in c?
What is the purpose of ftell?
to find the closest pair
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain how does free() know explain how much memory to release?
Is c call by value?
C language questions for civil engineering
What is #line?
Explain what are header files and explain what are its uses in c programming?