#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 vote224 views1 answer
- 1 vote209 views1 answer
- 3 votes224 views2 answers
- 0 vote232 views2 answers
- 0 vote207 views10 answers
- 1 vote220 views3 answers
- 4 votes236 views2 answers
- 0 vote221 views1 answer
- 10 votes196 views1 answer
- 3 votes199 views1 answer