what is the output of the code:
void main()
{
int n;
printf(" Enter a number: ");
scanf(" %d ", &n );
printf(" %d ", (n<<3)+n);
getch();
}

Posted on by