String Manipulation Functions
String Manipulation Functions
String Manipulation Functions
Output : hello
char s1[10]= “hello”;
strupr(s1);
cout<< “Output :”<<s1<<endl;
Output : HELLO
Output : OLLEH
Output : 5
Output: Output:
Output 1: - 1
Output 2: 1
Output 3: - 1
Output 4: 0
IT 105 Computer Programming 2