the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
Answer Posted / amrutha bhat
-32768
| Is This Answer Correct ? | 21 Yes | 23 No |
Post New Answer View All Answers
Explain the process of converting a Tree into a Binary Tree.
Explain how do you override a defined macro?
What is putchar() function?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are Macros? What are its advantages and disadvantages?
Which is better malloc or calloc?
Sir i need notes for structure,functions,pointers in c language can you help me please
What language is windows 1.0 written?
Calculate 1*2*3*____*n using recursive function??
What is calloc malloc realloc in c?
What is the scope of global variable in c?
Why c is known as a mother language?
Define Spanning-Tree Protocol (STP)
What is the explanation for prototype function in c?
write a progrmm in c language take user interface generate table using for loop?