Check out example codes for "how to print something out to the console c". It will help you in understanding the concepts better.
Code Example 1
#include <stdio.h>
void main(void) {
printf("Hello, World!");
}
Learn ReactJs, React Native from akashmittal.com