Predict the output of the following c program?
#include<stdio.h>
void main()
{
    int a=25;
    printf("%o %x",a,a);
   
}

Posted on by