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

What is difference between the following 2 lines….

int temp = (int)(0x00);
int temp = (0x00int);

Answer Posted / s.srinivasulu

first one is valid initialization and
second one syntax error and it will give compilation error

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the error message "DGROUP exceeds 64K" mean?

1277


how to find binary of number?

4541


If fflush wont work, what can I use to flush input?

1151


Explain bitwise shift operators?

1317


What is the size of array float a(10)?

1193


Differentiate between #include<...> and #include '...'

1116


what are enumerations in C

1218


What are the different types of objects used in c?

1082


How can I remove the trailing spaces from a string?

1121


What is the difference between near, far and huge pointers?

1155


What is const and volatile in c?

1097


Explain is it better to bitshift a value than to multiply by 2?

1250


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2370


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2181


What is the purpose of void in c?

1109