Can anybody please tell me, How to declare a array for following variable using C++
#Dont know size of the array
#Dont know the values which input i to arrays
//Marks is the array name
//count is array size
// x is input value by user
Example- int Marks[count]={x}
I want a simple solution
#Dont know size of the array
#Dont know the values which input i to arrays
//Marks is the array name
//count is array size
// x is input value by user
Example- int Marks[count]={x}
I want a simple solution




