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

what is available in C language but not in C++?

Answer Posted / chandrasekhar

c progrm donein top to bottom apparoch but c++bottom to top
apparoch

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it better to use malloc() or calloc()?

1178


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1224


How do you list a file’s date and time?

1115


Explain what is a 'locale'?

1131


Does c have enums?

1177


Explain b+ tree?

1128


Explain the difference between malloc() and calloc() in c?

1104


What is the difference between a free-standing and a hosted environment?

1196


Explain what is the benefit of using enum to declare a constant?

1134


What is nested structure in c?

1119


What is the difference between test design and test case design?

2134


What was noalias and what ever happened to it?

1100


What is identifiers in c with examples?

1245


Do you know the difference between malloc() and calloc() function?

1112


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

1210