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 / ckumar32

no.. these variable are not same

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1881


What are the scope of static variables?

1114


What does the function toupper() do?

1062


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1446


Differentiate Source Codes from Object Codes

1476


Explain c preprocessor?

1043


When should structures be passed by values or by references?

994


When should a type cast not be used?

1004


write a program to print data of 5 five students with structures?

2004


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1240


How do we declare variables in c?

1006


What's the difference between constant char *p and char * constant p?

1086


What is the size of enum in c?

1055


What is difference between structure and union in c programming?

1013


What is the difference between formatted&unformatted i/o functions?

1003