#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
- 12 votes123 views3 answers
- 2 votes115 views1 answer
- 0 vote128 views6 answers
- 2 votes159 views1 answer
- 1 vote112 views1 answer
- 1 vote130 views1 answer
- 0 vote119 views1 answer
- 2 votes132 views2 answers
- 0 vote148 views2 answers
- 0 vote115 views1 answer