C programming that print 2 line of a text - 6 Players blogs for technology

give us your feedback

People Online

Breaking

ads

Post Top Ad

Sunday, June 16, 2019

C programming that print 2 line of a text

#include <stdio.h>
#include <stdlib.h>

int main()
{
printf("\n\t hello world!!");
printf("\n\tI am a programmer ");
    return 0;
}
the output

hello world!!
I am a programmer

No comments:

Post a Comment

ads1

Post Top Ad