Question: In the program below, after the declaration of the string text, what does text[4] contain (expressed as a character rather than as a number)?

In the program below, after the declaration of the string text, what does text[4] contain (expressed as a character rather than as a number)? int main() { } char text[] = "lion";
Step by Step Solution
There are 3 Steps involved in it
int main char text lion The above pr... View full answer
Get step-by-step solutions from verified subject matter experts
