Is there something that we can do in C and not in C++?

Answer Posted / zarra

C++ will not allow declaration without initialization but C
will allow declaration without initialization.

And C++ and C both will not allow later initialization.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who was the creator of c++?

562


How can you link a c++ program to c functions?

622


What are friend classes?

617


What is microsoft c++ redistributable?

616


Are vectors faster than arrays?

569






Explain deep copy?

608


What are arithmetic operators?

540


why and when we can declar member fuction as a private in the class?

1600


Do class declarations end with a semicolon?

604


Does improper inheritance have a potential to wreck a project?

632


How do I use arrays in c++?

584


Why Pointers are not used in C++?

624


How would you find out if a linked-list is a cycle or not?

555


What happens if a pointer is deleted twice?

790


What is a virtual destructor? Explain the use of it?

551