#include iostreamvoid fun(int &x){x = 6;}int main(){int x = 16;fun(x);cout "New value of x is " x;return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login