The variables are
int sum=10,SuM=20;
these are same or different?
Answer Posted / 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 |
Post New Answer View All Answers
What is #line in c?
What are the 5 types of organizational structures?
What are pointers really good for, anyway?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the equivalent code of the following statement in WHILE LOOP format?
What is scanf () in c?
What is void main () in c?
Explain what is a pragma?
How can I invoke another program or command and trap its output?
Is c# a good language?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
why we wont use '&' sing in aceesing the string using scanf
What are the types of c language?
What is the easiest sorting method to use?
Explain the Difference between the New and Malloc keyword.