# 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 Help Members By Posting Answers For Below Questions

Explain what are run-time errors?

605


How can I do graphics in c?

586


How arrays can be passed to a user defined function

570


Explain what are reserved words?

630


What is a void pointer? When is a void pointer used?

618






Where are the auto variables stored?

621


Can i use “int” data type to store the value 32768? Why?

752


What are the usage of pointer in c?

701


What are the advantages of union?

624


What is structure data type in c?

564


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

652


Explain can the sizeof operator be used to tell the size of an array passed to a function?

591


What is the purpose of void in c?

617


Explain is it better to bitshift a value than to multiply by 2?

709


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

755