+ 2
How can i put a space in c programing
C programing
6 ответов
+ 2
Thank you for your response ..
+ 2
I just want to know how to put a space in c .it's just a example
+ 1
#include<stdio.h>
Int main ()
{
Printf("Hello Deshani Malawana \n","Welcome to 2020");
Return 0;
}
In this code , i used /n to get a new line .