Horje
c++ write string Code Example
c++ write string
#include <iostream>

int main() {
	std::cout << "Hello" << std::endl; //endl = end line/new line
    // or
    printf("hello");
    
}




Cpp

Related
size of set c++ Code Example size of set c++ Code Example
cpp vector structure Code Example cpp vector structure Code Example
intlen in c++ Code Example intlen in c++ Code Example
cpp gui Code Example cpp gui Code Example
c++ shift array to the right Code Example c++ shift array to the right Code Example

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