#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
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is a union?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Tell me what is the purpose of 'register' keyword in c language?
Can we change the value of constant variable in c?
Implement bit Array in C.
How can I read in an object file and jump to locations in it?
Hai what is the different types of versions and their differences
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How to explain the final year project as a fresher please answer with sample project
What is difference between array and pointer in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What are global variables and explain how do you declare them?
What is scanf () in c?
What is variable and explain rules to declare variable in c?