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...


int x=sizeof(!5.856);
What will value of variable x?

Answers were Sorted based on User's Feedback



int x=sizeof(!5.856); What will value of variable x?..

Answer / kuldeep

the value of x is 2

Is This Answer Correct ?    18 Yes 2 No

int x=sizeof(!5.856); What will value of variable x?..

Answer / garav

float is 4 so 4 is the ans

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


Can we change the value of static variable in c?

0 Answers  


What are runtime error?

0 Answers  


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


What is the explanation for the dangling pointer in c?

0 Answers  


please send me the code for multiplying sparse matrix using c

0 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


Why array is used in c?

0 Answers  


Categories