# 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
What are volatile variables in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are enums in c?
What is main () in c language?
What is a MAC Address?
What is the difference between Printf(..) and sprint(...) ?
What is a memory leak? How to avoid it?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Can we declare a function inside a function in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Explain modulus operator.
What are the two forms of #include directive?
Why does the call char scanf work?
write a proram to reverse the string using switch case?