Examlex

Solved

#Include "Stdio.h"int a = 20;

question 49

Multiple Choice

#include "stdio.h"int a = 20;
Int main()
{
Int a = 10;
Printf("%d", ::a) ;
Return 0;
}


Definitions:

Related Questions