BasicCprogramtoexplain_helloWorld_inC.pptx

TarunChauhan575484 3 views 3 slides May 09, 2024
Slide 1
Slide 1 of 3
Slide 1
1
Slide 2
2
Slide 3
3

About This Presentation

Above file explains basic hello world program in c


Slide Content

programming These slides demonstrate basic hello world program

#include < stdio.h > int main() { printf (“ helloworld \n”); }

#include < stdio.h > #include < stdlib.h > Int main() { Printf (“hello world\n”); Memcpy (); Return 0; }
Tags