O/p ??
#include <stdio.h>

int main()
{
   
    int a = 065,b=55;
    printf("%dd",a,b);

    return 0;
}


Posted on by