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

Why is this loop always executing once?

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  






main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...

11 Answers   CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,


What is the difference between malloc() and calloc() function in c language?

0 Answers  


What are identifiers and keywords in c?

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


Categories