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

how can use subset in c program and give more example

0 Answers  


What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


What is ## preprocessor operator in c?

0 Answers  


What is a stream in c programming?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


why do we use pointer instead directly acessing the data?

2 Answers  


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


What is the use of keyword VOLATILE in C?

1 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


Categories