# define x=1+4;
main()
{
int x;
printf("%d%d",x/2,x/4);
}
Answer Posted / sumalatha
ans is 4 4
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
praagnovation
What is unsigned int in c?
Tell me can the size of an array be declared at runtime?
What is .obj file in c?
how logic is used
What is time complexity c?
What does the function toupper() do?
Explain what is the most efficient way to store flag values?
What is the purpose of void in c?
What is use of null pointer in c?
Explain the use of fflush() function?
How is a pointer variable declared?
Explain 'far' and 'near' pointers in c.
What is maximum size of array in c?