CP CVDT Q23

0. What is the output of the following 'C' program?
main()
{
extern int a;
printf("\n%d",a);
}
int a=20;

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *