Write a Program in C That Printing Multiple Lines With a Single Printf

// Printing multiple lines with a single printf 
#include <stdio.h>

// function main begins program execution 
int main( void )
{
   printf( "Welcome\nto\nC!\n" );
} // end function main

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...