#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
- 13 votes317 views3 answers
- 1 vote343 views3 answers
- 1 vote335 views1 answer
- 0 vote320 views1 answer
- 6 votes362 views6 answers
- 0 vote346 views1 answer
- 1 vote345 views1 answer
- 0 vote337 views1 answer
- 7 votes347 views3 answers
- 3 votes355 views2 answers