there are two ways for initializes in c as shown


There are two ways for initializes in C++ as shown in the example that follows. The first way uses the traditional C notation. The second way uses constructor notation.

int foo = 123;

int bar (123);      

 

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: there are two ways for initializes in c as shown
Reference No:- TGS0263530

Expected delivery within 24 Hours