Horje
#include<iostream>  using namespace std; main() {    char s[] = "Fine"; 	*s = 'N';        cout<<s<<endl; } Code Example
#include using namespace std; main() { char s[] = "Fine"; *s = 'N'; cout<
#include<iostream>

using namespace std;
main() {
   char s[] = "Fine";
	*s = 'N';
   
   cout<<s<<endl;
}




Cpp

Related
assegnare valori in c++ Code Example assegnare valori in c++ Code Example
c++ 2 dim array initialize Code Example c++ 2 dim array initialize Code Example
vector übergeben c++ Code Example vector übergeben c++ Code Example
The program must enter a natural number n from the console and find the number previous to n that is not divisible by 2 , 3 and 5 . Code Example The program must enter a natural number n from the console and find the number previous to n that is not divisible by 2 , 3 and 5 . Code Example
Anagram solution in c++ Code Example Anagram solution in c++ Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10