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 ?    17 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

2238


Explain about the constants which help in debugging?

843


Does c have enums?

598


What is a ternary operator in c?

646


Process by which one bit pattern in to another by bit wise operation is?

613






Explain the difference between malloc() and calloc() in c?

573


What is floating point constants?

685


Explain the use of #pragma exit?

694


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

710


what does static variable mean?

649


Write a program to reverse a given number in c?

595


Is calloc better than malloc?

570


Explain the difference between structs and unions in c?

572


How can a program be made to print the line number where an error occurs?

646


Explain what are the __date__ and __time__ preprocessor commands?

590