#include <stdio.h> |
Output
Ram is elder. |
#include <stdio.h> |
Output
Mohan is elder. |
if(ramage > mohanage) |
Output
Both are equal |
#include <stdio.h> |
Output
Enter a number : 1 |