what is the output of the code:
void main() { int n; printf(" Enter a number: "); scanf(" %d ", &n ); printf(" %d ", (n<<3)+n); getch(); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login