Check out example codes for "how to make a hello world program in c". It will help you in understanding the concepts better.
Code Example 1
#include <stdio.h>
#include <stdlib.h>
int main() {
printf("Hello, World!");
return 0;
}
Learn ReactJs, React Native from akashmittal.com