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

Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

794


Why pointer is used in c++?

801


What are c++ files?

865


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2510


Explain the register storage classes in c++.

876


Differentiate between a copy constructor and an overloaded assignment operator.

835


Where can I run c++ program?

797


What are the basics of local (auto) objects?

825


Write about the access privileges in c++ and also mention about its default access level?

809


Are strings immutable in c++?

878


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?

816


Can we use pointers in c++?

799


Write is a binary search tree? Write an algo and tell complexity?

789


How const int *ourpointer differs from int const *ourpointer?

800


Which one between if-else and switch is more efficient?

804