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
mpi_distributed_sort
GetTypeName
34534
Code Rush Game Group 1
sort
Recursive Sort Example
DESim Example Starter Code
MY FIRST OBJECT ORIENTED PROGRAM
Error
Enum flags operator example