Programming Magic...!!!
when we write this code in C++ or any other programming languages
int num=0647;
cout<<num<<endl;
output:->423
output:-
In the provided code, we declare an integer variable num and assigned it the value 0647. However, it's important to note that whe...
sanjhiar2133.hashnode.dev1 min read