the expression a=30*1000+2768; evalutes to

a) 32768

b) -32768

c) 113040

d) 0



the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0..

Answer / amrutha bhat

-32768

Is This Answer Correct ?    21 Yes 23 No

Post New Answer

More C Interview Questions

Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1 Answers   Wilco,


How can I sort more data than will fit in memory?

1 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


How can you tell whether two strings are the same?

1 Answers  


What is the general form of function in c?

1 Answers  


Explain modulus operator.

1 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

1 Answers   GrapeCity,


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

1 Answers   Persistent,


What is the difference between int main and void main?

1 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

1 Answers  


Categories