Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problem_name_2
#include<iostream> using namespace std; void func(int num); int main(){ int num=66; cout<<"The number is :"<<num<<endl; func(num); } void func(int num){ cout<<"The binary is: "; while(num!=0){ cout<<num%2; num=num/2; } }
run
|
edit
|
history
|
help
0
overloading
Расстановка восьми ферзей на шахматной доске так, чтобы ни один не угрожал другому - C++
general
Linker error while passing constexpr variable as const &
Struct memory ordering
11/29
Assignment Operator Example
Zadanie Dejwu
C++ does not have reference-to-reference types
Test titlu