c print define value code example
Example 1: print variable c
printf("%d\n", x);
Example 2: print in c
// print hello world using c
printf("Hello World");
printf("%d\n", x);
// print hello world using c
printf("Hello World");