#include<iostream> using namespace std; main() { char s[] = "Fine"; *s = 'N'; cout<<s<<endl; }
#includeusing namespace std; main() { char s[] = "Fine"; *s = 'N'; cout<0Source: tutorialspoint.com
0
Source: tutorialspoint.com
- 1 vote159 views1 answer
- 1 vote143 views2 answers
- 0 vote170 views1 answer
- 7 votes157 views1 answer
- 2 votes191 views1 answer
- 2 votes140 views2 answers
- 0 vote165 views1 answer
- 0 vote145 views1 answer
- 11 votes147 views1 answer
- 0 vote106 views1 answer