#include <stdio.h> int main(void) { int num; num = 100; printf("%d is the value of num", num); return 0; }