#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
- 9 votes83 views1 answer
- 0 vote133 views2 answers
- 0 vote118 views1 answer
- 4 votes117 views2 answers
- 19 votes131 views1 answer
- 2 votes118 views6 answers
- -1 vote120 views1 answer
- 0 vote141 views1 answer
- 0 vote121 views2 answers
- 0 vote132 views1 answer