Answer to Question #20176 in C++ for apoorva
Declare an array of char and initialize it to the string "Pizzas".
1
2012-12-07T04:06:42-0500
void main(){
char str[] = "Pizzas";
}
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment