coolmonkey3802 coolmonkey3802 13-03-2024 Computers and Technology contestada Given a C++ string instance: string str = C++ is fun!; Write a single statement to fetch the very first character ('C'). a. str[0] b. str.first() c. str.getchar() d. str.start()