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 |
what do the 'c' and 'v' in argc and argv stand for?
What is the purpose of main( ) in c language?
What are the 4 types of unions?
Write a c program to demonstrate character and string constants?
Differentiate between null and void pointers.
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
What are the types of i/o functions?
What is the easiest sorting method to use?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
what is data structure
write a program to display the numbers having digit 9 in the given range from 1 to 100