#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
- 29 votes176 views6 answers
- 0 vote186 views1 answer
- 5 votes199 views1 answer
- 2 votes171 views2 answers
- 0 vote211 views1 answer
- 0 vote222 views1 answer
- 9 votes239 views3 answers
- 0 vote187 views1 answer
- 0 vote186 views1 answer
- 2 votes203 views1 answer