#include <stdio.h> int main() { float r , area ; printf("Enter the value of r"); scanf ("f" &r); area = 3.14rr ; printf ("Area=% 2f ",area ); }