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 variables are
int sum=10,SuM=20;
these are same or different?

Answers were Sorted based on User's Feedback



The variables are int sum=10,SuM=20; these are same or different?..

Answer / sanjay kumar gupta

both are different because it is in c language.it is a case
sensitive language.sum & SUM(capital) both are different
variable.there are two location in the memory 1 for sum and
other for SUM.

Is This Answer Correct ?    5 Yes 0 No

The variables are int sum=10,SuM=20; these are same or different?..

Answer / swati gour

both are different things because sum & SUM are different
variable in memory.

Is This Answer Correct ?    4 Yes 0 No

The variables are int sum=10,SuM=20; these are same or different?..

Answer / ckumar32

no.. these variable are not same

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the difference between getch() and getche()?

1 Answers   NSPL,


How many data structures are there in c?

0 Answers  


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


What is the auto keyword good for?

0 Answers  


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


Are there namespaces in c?

0 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


How can I access an I o board directly?

0 Answers  


Can a variable be both static and volatile in c?

0 Answers  


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


Can i use “int” data type to store the value 32768? Why?

0 Answers  


why we shiuld use main keyword in C

5 Answers  


Categories