Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is static identifier?

1280


What is getch?

1274


What is static and volatile in c?

1264


What is array in c with example?

1356


Where can I get an ansi-compatible lint?

1202


What is malloc calloc and realloc in c?

1425


What are the primitive data types in c?

1132


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2794


Do string constants represent numerical values?

1448


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1509


What Is The Difference Between Null And Void Pointer?

1333


What is the difference between a string and an array?

1259


What is the best style for code layout in c?

1144


What is meant by 'bit masking'?

1436


Can you please explain the difference between exit() and _exit() function?

1083