ru
Feedback
Complete Coding by Prashant Sir

Complete Coding by Prashant Sir

Открыть в Telegram

Visit https://www.completecoding.in 🔥📔 We assure you that we'll only share crucial updates about our upcoming YouTube courses. Rest assured, there won't be any spam messages. You can anticipate receiving a maximum of one update per week.

Больше
4 854
Подписчики
Нет данных24 часа
+77 дней
+3030 день
Архив постов
What is the size of theHashMap in following code snippet? HashMap map = new HashMap(); map.put(1, "Java"); map.put(null, "OOP"); map.put(null, null);
Anonymous voting

What is the size of theHashMap in following code snippet? HashMap map = new HashMap(); map.put(1, "Java"); map.put(null, "OOP"); map.put(null, null);
Anonymous voting

What is the maximum value for an integer in Python 3?
Anonymous voting

Do you struggle writing the logic of code?? 🤔🤔 Can you further optimize it⁉️ Here is a video by Vinay Sir calculating LCM from building the logic to optimize the code further to make it more efficient🔥💫 💫 ➡️Watch now: https://www.youtube.com/watch?v=52nuTtmgkBY Don't Forget to subscribe the channel✨✨

What will happen if you execute the following in Python? IMPORT THIS
Anonymous voting

Hello Champs, Starting new journey on LinkedIn. Follow to help us broaden our network and we promise to deliver amazing stuff. Please Follow: https://www.linkedin.com/company/knowledge-gate Let's stay connected with your favourite mentors on LinkedIn.✨ See you there🤩🤩

Do you want to create a QR code of your own?🤔 You know how to do it using Python⁉️🤩 ➡️Check this post and execute the code & you can customise your QR code to your favourite color✨✨ https://www.instagram.com/p/CZ67R0RvwjX/ Don't forget to follow kg_coding: https://instagram.com/kg_coding

In which programming language, Netflix is written?
Anonymous voting

Which Language can execute "else" within a "for" loop?
Anonymous voting

Which operating system is older?
Anonymous voting

No. of Reserved Keywords in Java (Java17)??
Anonymous voting

Which front-end language is most commonly used in Google, Facebook, YouTube, Yahoo, Amazon, Twitter, LinkedIn???
Anonymous voting

Which database Facebook uses?
Anonymous voting

In which programming language Instagram app is written?
Anonymous voting

Do you know how to check if a number is prime or not in a single line?? That too in Java?? 🤔🤔 See the reel for the awesome trick🤩https://www.instagram.com/reel/CZec3zwpa_u Follow https://instagram.com/kg_coding for more such tricks✨✨

How many CPUs (or cores) will the Python threading library take advantage of simultaneously?
Anonymous voting

In which language is Python witten?
Anonymous voting

Guess The output. chocolate = "5" chocolate += "0" milk = int(chocolate)+5 print(milk)
Anonymous voting

Do you know Python is the most used programming language in last two years?😲 Want to learn Python and wondering how??🤔🤔 Here is a complete course by Vinay Sir: https://www.knowledgegate.in/learn/Python-Programming-Basic---Advanced-Competitive-Programming Enroll Now✨✨ ☎️For any query or placement-related help: 8097320395 or 9650184667

What will be the output? str = "this is a quiz" a = str.capitalize() b = str.title() print(a[10]+b[10])
Anonymous voting