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

difference between c and c++?

Answer Posted / k.k

.............SOME DIFFERENT ANSWER......

1) In c we declare variable at the start of block...

In c++ we can declare it any where.....

2)In c we can change value of constant variable by using
pointer...
In c++ we can not....

3)In c we can not take the address of register variable..

In c++ we can...

register int x;
printf("%d",&x);

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is std :: endl?

1076


What are c++ variables?

1098


Can user-defined object be declared as static data member of another class?

1071


Where must the declaration of a friend function appear?

1016


Explain stack unwinding.

1136


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

1156


What is a manipulator in c++?

1274


How do you write a function that can reverse a linked-list?

1167


What are manipulators in c++ with example?

1110


Do vectors start at 0 c++?

1073


C is to C++ as 1 is to a) What the heck b) 2 c) 10

1110


What are advantages of using friend classes?

1128


Explain stack & heap objects?

1094


What is a list c++?

1154


Why #include is used?

1117