#codenewbies
Read more stories on Hashnode
Articles with this tag
What are Functions ? A function is basically a block of code which tells you what input needed and what output comes out ( Simply u can recall the...
Hey there, If you not familiar with while loop then click here Before moving towards for loops let's talk about increment decrement...
Bitwise Operators Bitwise operators let you manage operators at bit level. & (Bitwise and) : It takes two numbers as operands and does AND on every...
Conditionals In case of condition, if it is true then just do something let's look on simple code for understanding #include <iostream> using...
Part 1 ยท Intro we know computer just understand binary language(machine code) and it's really hard or we can say impossible to do work on binary language...