Understanding C++/Functions
int main () {
Array [3] { 1,2,4};
cout << "enter the first number";
return 0;
}
Category:Book:Understanding C++#Functions%20int main () {
Array [3] { 1,2,4};
cout << "enter the first number";
return 0;
}
Category:Book:Understanding C++#Functions%20