Input
Output
#include<stdio.h> void main(){ int a=10; if(a) { printf("Print the value of a %d",a); } }