# define x=1+4;
main()
{
int x;
printf("%d%d",x/2,x/4);
}
Answer Posted / 123ghouse@gmail.com
3,2
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
program for reversing a selected line word by word when multiple lines are given without using strrev
What is graph in c?
What are preprocessor directives in c?
Can you write a programmer for FACTORIAL using recursion?
What is character constants?
How will you divide two numbers in a MACRO?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Why is c still so popular?
What is a substring in c?
What is the use of #include in c?
What is string in c language?
What does the && operator do in a program code?
What is the sizeof () a pointer?
What is restrict keyword in c?