print a line with c programming

 #include<stdio.h>

int main()

{

printf("Hellol I am Learning C with nilabhru");

return 0;

}

Comments

Popular posts from this blog

create a num table in a new file in c

write a programme to compare time stamp in c

write a struct programme to keep bank details in c