we have seen Some of the bitwise operators like Complement, AND, OR still, there are 3 bitwise operators to know ...
Generally in a program, the statements executed sequentially, selectively, and iteratively. A statement when executed, on the basis of the result of a ...
Generally, we can use simple math functions like addition, subtraction, multiplication, and division so on. but if we are in the case of using next-level ...
we all know we can define a function by using the def keyword Can we do without def keyword !?? Yess we can let's see how Generally, we define ...
we all know some of the operators like arithmetic operators logical operators and now we are going to see bitwise operators firstly, bitwise operators, we ...
We all know that we can create variables(arguments) inside functions. So, In case if you don't know click here Can we create variables outside the ...
What are functions? A function is a block of statements that can be used repeatedly in our code. Saves our time. Types of functions There are some ...