#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
- 6 votes138 views1 answer
- 0 vote153 views1 answer
- 0 vote135 views1 answer
- 0 vote139 views1 answer
- 1 vote141 views1 answer
- 5 votes146 views4 answers
- 2 votes107 views1 answer
- 0 vote138 views3 answers
- 3 votes132 views1 answer
- 4 votes103 views2 answers