Ticker

6/recent/ticker-posts

simple printf() example

 Simple printf() example


#include<stdio.h>

void main()

{

printf("\tMy Introduction\n");

printf("Hey Friends I m Srikanth\n");

printf("\nC programming is best for me.");

printf("\t");

}


output:

          My Introduction

        Hey Friends I m Srikanth

        C programming is best for me.


Here

\t :- Tab Space

\n :- New Line

కామెంట్‌ను పోస్ట్ చేయండి

0 కామెంట్‌లు