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...

Explain what is the difference between declaring a variable and defining a variable?

Answer Posted / ss

Declaring variable means
Eg- int a;
Defining variable means we are giving some integer value to that a variable
Eg- a=100;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is calloc() function?

1158


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1538


will u please send me the placement papers to my mail???????????????????

1883


Explain what is the difference between null and nul?

1212


What is the size of structure pointer in c?

1115


What are the string functions? List some string functions available in c.

1036


What does main () mean in c?

1143


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1183


What are predefined functions in c?

1150


Why do we use stdio h and conio h?

1132


What is wrong with this code?

1239


What is dynamic memory allocation?

1388


shorting algorithmS

2309


What is the difference between memcpy and memmove?

1082


If the size of int data type is two bytes, what is the range of signed int data type?

1070