ram@ram:~/Desktop$ cc sample.c sample.c: In function ‘main’: sample.c:7: warning: format ‘%o’ expects type ‘unsigned int’, but argument 2 has type ‘long int’
c
c ×1