These slides demonstrate basic hello world program
#include <stdio.h>
 int main()
 {
 printf(“helloworldn”);
 }
#include <stdio.h>
#include <stdlib.h>
 Int main()
 {
 Printf(“hello worldn”);
 Memcpy();
 Return 0;
 }

BasicCprogramtoexplain_helloWorld_inC.pptx