Input
Output
#include <stdio.h> #define PI 3.14 void main() { printf("Print the pi value :"); printf("%f",PI); }