The long keyword represents an integer data type. Its usage is the same as int, float, double and other data types. When input and output, the general controller uses% l.
# include & ltstdio.h & gt
int? Master ()
{
Dragon? l;
scanf("%l ",& ampl);
printf("%l ",l);
Return? 0;
}