long int format code example
Example 1: c print long
unsigned long n;
long m;
printf("%lu %ld", n, m);
Example 2: double data type format in c
%lf you can try
unsigned long n;
long m;
printf("%lu %ld", n, m);
%lf you can try