Q : Define a structure Distance having two data members: cm and mm in integer. The program enters three variables and find which distance is the largest among them.
Answer
#include<stdio.h>
#include<conio.h>
/*============================
Girfa Student Help
Find greatest cm:mm using structure
==============================*/