C,C++ and Java vs python users.. differentiate in short video. #coder #developer #students #coding

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I have also same reaction 😮😮😮
😅😅😅😅😅😅

KunalKumar-oz
Автор

(a, b) =>(b, a) in java using lambda function

theshahilsiddhant
Автор

int a=5, b=10; a= a+b; b= a-b; a=a-b; another way.

snahendumajumder
Автор

I have same reaction when I 1st time read python after study Java
In Java system.out.print(" print" );
Meanwhile in python print("print")

TheFalseGenius
Автор

Now, let's compare execution time.

MohammedRaza-jldk
Автор

in any programming language just do a=(a+b)-(b=a); and all set 😂😂

naikajsevak
Автор

Btw can be done 2 var also in cpp and c

whyamIa
Автор

a=a+b-(b=a);
formula of java, c, c++ etc
😂

CRICKETLINE
Автор

Let me explain it



Int a=5, b=10;
Int temp=a;
a=b;
b=temp;


In sec line temp =a
Which means temp=5(because a=5)
In third lime a=b
Which means a=10(because b=10)
Fourth line
b=temp
Which means b=5(because temp=5)🙂

AashnaMittal-vo
Автор

Python user rocked, other's enjoying the speed of C++ and Java

prityar
Автор

A lot of explanation between the lines is lost in python by typing that single line code. It depends on what kind of thinking pattern you are comfortable with,
For quick thinkers it is python and the merits of python is it has a large variety of applications

rcuckvw
Автор

in programming, "=" it is assign operator

and "==+ this is equals to, which is a comparison operator

when you will understand this

then you will understand that its not fraud

jo maths backgroud se hote hai unko ye '=' equals to lagta hai

dprogrammar
Автор

Js: [a, b]=[b, a] and c#(a, b)=(a, b) or also may be in c++ also

shubhamraturi
Автор

Int a = 5;
Int b = 8;
a += b;
b = a-b;
a = a-b;
Printf("%d and %d", a, b)
Swap without using third variable 🤓🤓

PatluGamingWorld
Автор

String, aur charcter variables me nahi hota yeh

adityajaiswal
Автор

in programming, "=" it is assign operator

and "==' this is equals to, which is a comparison operator

when you will understand this

then you will understand that its not fraud

jo maths backgroud se hote hai unko ye '=' equals to lagta hai ..

dprogrammar
Автор

Int temp= a;
a=b;
B= temp;

Sout(a + ", " + b)

mahesh-hh
Автор

WhatsApp university


This can be simply done with by bit Manipulation without using third

KnowledgeKnightmare
Автор

Python is doing the same thing in the background

bli-tz_
welcome to shbcf.ru