What will be the output for the following? #include<iostream.h> { int x[6]={62,45,7,10,82,90}; cout<<*x; }
Reveal answer
Fill a bubble to check yourself
What will be the output for the following? #include<iostream.h> { int x[6]={62,45,7,10,82,90}; cout<<*x; }