#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
- 3 votes124 views4 answers
- 2 votes171 views1 answer
- 0 vote128 views1 answer
- 1 vote121 views1 answer
- 4 votes118 views2 answers
- 0 vote124 views1 answer
- 0 vote126 views7 answers
- 1 vote121 views1 answer
- 5 votes127 views1 answer
- 1 vote131 views1 answer