TCS Advanced Coding Questions and Answers 2024

  Рет қаралды 20,178

Prep Insta

Prep Insta

Күн бұрын

TCS Advanced Coding Questions and Answers 2024
TCS Crash Course Just @1499 : prepinsta.com/...
Visit: prepinstaprime...
Use "TCS" Coupon code for the maximum discount. (Maximum Discounts)
TCS NQT Coding Playlist : • TCS Ninja Coding Quest...
Learn Coding with PrepInsta Top 100 codes - prepinsta.com/...
For Updates on Placements Join :
1. Instagram - prepinsta.com/...
2. Whatsapp - prepinsta.com/...
3. Telegram - prepinsta.com/...
4. LinkedIn - / prepinsta
5. Discord - prepinsta.com/...
Follow our Mentors -
1.Atulya Kaushik - / atulya.kaushik
2.Manish Agarwal - / manish.agarwal01

Пікірлер: 20
@PrepInsta
@PrepInsta 8 ай бұрын
Launching TCS Crash Course, Checkout the registration link in the description!
@PrepInsta
@PrepInsta 8 ай бұрын
Link for PrepInsta Prime: prepinstaprime.com/purchase
@h_r78
@h_r78 8 ай бұрын
s = int(input("Enter a digit: ")) s = str(s) odd, even = 0, 0 for i in range(len(s)): if i % 2 == 0: odd += int(s[i]) else: even += int(s[i]) print(abs(odd - even))
@user-fr3hs3pg7x
@user-fr3hs3pg7x 8 ай бұрын
The code for Giveaway question is as follows: s=input("Please enter the Input : ") even_digitsum=0 odd_digitsum=0 for i in range(len(s)): if(i%2==0): even_digitsum=even_digitsum+int(s[i]) else: odd_digitsum=odd_digitsum+int(s[i]) diff=abs(even_digitsum-odd_digitsum) print("The even digit sum is :",even_digitsum) print("The odd digit sum is :" ,odd_digitsum) print("The difference between even and odd digit is : %d"%(diff))
@shaikabdul887
@shaikabdul887 5 ай бұрын
given_list=input() new_list=[] even_digit=0 odd_digit=0 for i in given_list: new_list.append(int(i)) for i in range (len(new_list)): if (i%2==0): even_digit+=new_list[i] else: odd_digit+=new_list[i] if even_digit
@rajatkuballi7641
@rajatkuballi7641 8 ай бұрын
n=list(map(int,input())) sum_even=0 sum_odd=0 for i in range(len(n)): if i%2==0: sum_even=sum_even+n[i] else: sum_odd=sum_odd+n[i] print(abs(sum_even-sum_odd))
@gauravtales3
@gauravtales3 8 ай бұрын
this is very nice to see and very helpful. 3rd Comment.
@PrepInsta
@PrepInsta 8 ай бұрын
Glad it was helpful!
@janhavishrivastava9979
@janhavishrivastava9979 8 ай бұрын
Waiting for video from prepinsta 🎉🎉🎉!!!
@PrepInsta
@PrepInsta 8 ай бұрын
Coming soon!
@user-cj1zk3jc9d
@user-cj1zk3jc9d 8 ай бұрын
here is the code for the question asked in the video: import java.util.*; public class Main { public static void main(String[] args) { Scanner scanner= new Scanner(System.in); int sume=0; int sumo=0; String s= scanner.next(); for(int i=1;i
@ritikprasad6300
@ritikprasad6300 8 ай бұрын
Please tell me what will be the exact sections in tcs nqt exam if i have applied for HR role in IT
@PrepInsta
@PrepInsta 8 ай бұрын
Kindly go though it's recruitment process on Prepinsta.com
@AnilKumarSala
@AnilKumarSala 8 ай бұрын
5th comment
@janhavishrivastava9979
@janhavishrivastava9979 8 ай бұрын
2nd comment
@harshitapillay9515
@harshitapillay9515 8 ай бұрын
1st comment
@raj3718
@raj3718 8 ай бұрын
Please upload more videos
@PrepInsta
@PrepInsta 8 ай бұрын
We heard youuuuuu
@tulasisree1374
@tulasisree1374 8 ай бұрын
GIVEAWAY QUESTION: a=input('Enter a number: ') e=0 o=0 for i in range(1,len(a)+1): if(i%2==0): e+=int(a[i-1]) else: o+=int(a[i-1]) print(abs(e-o))
TCS Advanced Quantitative Aptitude Questions and Answers 2024
44:59
Cursor Is Beating VS Code (...by forking it)
18:00
Theo - t3․gg
Рет қаралды 93 М.
Sigma Girl Pizza #funny #memes #comedy
00:14
CRAZY GREAPA
Рет қаралды 3,2 МЛН
АЗАРТНИК 4 |СЕЗОН 3 Серия
30:50
Inter Production
Рет қаралды 574 М.
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 34 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 47 МЛН
TCS Logical Reasoning Questions and Answers 2024
42:47
Prep Insta
Рет қаралды 20 М.
Life at TheMathCompany
4:29
MathCo
Рет қаралды 24 М.
TCS NQT Syllabus and Test Pattern 2024 | TCS Syllabus 2024
21:06
(Most Asked) TCS NQT Coding Questions and Answers 2021
44:05
Prep Insta
Рет қаралды 398 М.
Sigma Girl Pizza #funny #memes #comedy
00:14
CRAZY GREAPA
Рет қаралды 3,2 МЛН