The variables are
int sum=10,SuM=20;
these are same or different?
Answers were Sorted based on User's Feedback
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 |
Answer / swati gour
both are different things because sum & SUM are different
variable in memory.
| Is This Answer Correct ? | 4 Yes | 0 No |
Is flag a keyword in c?
What are preprocessor directives in c?
What is getch() function?
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
what is the height of tree if leaf node is at level 3. please explain
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
Write any data structure program (stack implementation)
write a program that print itself even if the source file is deleted?
Why is a semicolon (;) put at the end of every program statement?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
How can I get random integers in a certain range?
. Write a program to get a string and to convert the 1st letter of it to uppercase