filmov
tv
How to Add Two Nos Without Using any arithmetic operator?????

Показать описание
here i am using array to pointer notation.
eg: p[1]=*(p+1);
i have taken char pointer that will increase by one
result=(int)&((&(p[x]))[y])
&(p[x])=&(*(p+x))
which is equal to p+x=0+2=2;
now remaining equation is &(x[y]) = &(*(x+y)) = x+y;
eg: p[1]=*(p+1);
i have taken char pointer that will increase by one
result=(int)&((&(p[x]))[y])
&(p[x])=&(*(p+x))
which is equal to p+x=0+2=2;
now remaining equation is &(x[y]) = &(*(x+y)) = x+y;
Add Two Numbers - Leetcode 2 - Python
Add Two Numbers - Leetcode 2
Add Two Numbers (LeetCode 2) | Full solution with diagrams | EASIEST EVER | Study Algorithms
LeetCode Add Two Numbers Solution Explained - Java
write a python program to add 2 numbers. #shorts
Google and Apple Love This Coding Interview Question! | Add Two Numbers - Leetcode 2
C++ program to Add two numbers.Addition OF any two numbers. #csmarathicoaching
L5. Add 2 numbers in LinkedList | Dummy Node Approach
C Program to Add Two Numbers | Simple Addition Code | HackNVolt #cprogramming #c
How to Add Two Numbers in Assembly Language
Scratch project to add two numbers//scratch for begginers//learn it
Add Two 2-Digit Numbers | Teach Elementary Math
Leetcode 2. Add Two Numbers | Add digits of two linked lists and return their sum | Linked List
PYTHON PROGRAM TO ADD TWO NUMBERS.🤞#python #PythonProgram #AddTwoNumbers
How to Add Two Numbers in C Programming, C Compiler in Mobile. #shorts #shortsfeed
LeetCode #2: Add Two Numbers
Python program to add two numbers #shorts #coding #programming
LeetCode 2 | Add Two Numbers | Português BR
ADD 2 NUMBERS IN JAVA ( WITH USER INPUT ) | SUM OF 2 NUMBERS IN JAVA
Add two number without using Arithmetic operator (+)
How to add mixed numbers easily! Fraction Hack #math #youtube #shorts #mathtrick #learning #tutor
Add two numbers in Python | Python program for sum of two number
Add Two Numbers Without The '+' Sign (Bit Shifting Basics)
Java Program Example: Add Two Numbers From a User #13
Комментарии