#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 vote133 views2 answers
- 0 vote139 views1 answer
- 0 vote135 views1 answer
- 1 vote151 views1 answer
- 0 vote137 views1 answer
- 0 vote146 views1 answer
- 0 vote129 views1 answer
- 20 votes126 views5 answers
- 3 votes163 views1 answer
- 1 vote138 views1 answer