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 to write a program which adds two numbers without using semicolon in c

2 Answers  


What do you mean by recursion in c?

0 Answers  


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


Why is malloc used?

1 Answers  






What are the benefits of organizational structure?

0 Answers  


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


What is unsigned int in c?

0 Answers  


What is structure in c explain with example?

0 Answers  


Categories