Skip to main content

GeeksforGeeks | Practice | The New Line

 


The New Line

CODE:

void printNewLine(){
   
    // Your code here
    cout<<"Geeks\nfor\nGeeks";
   
}


Input:No Input
Output:
Geeks
for
Geeks
                        THANKS FOR VISITING
                            ðŸ’–💖💖














Comments