#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 votes142 views9 answers
- 0 vote137 views1 answer
- 1 vote143 views1 answer
- 18 votes164 views2 answers
- 0 vote160 views1 answer
- 3 votes181 views3 answers
- 1 vote160 views1 answer
- 0 vote154 views1 answer
- 0 vote160 views1 answer
- 0 vote187 views3 answers