Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Difference between MAC vs. IP Addressing

0 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?

3 Answers   HCL, TCS,


Why c++ is called c++ and not c+?

9 Answers   EBS,


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


Should I learn c before c++?

0 Answers  


What is maximum size of array in c?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


Explain Doubly Linked Lists?

3 Answers  


difference of two no's with out using - operator

7 Answers  


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


Categories