C & C++ PROGRAMMING
3.2K subscribers
126 photos
6 videos
65 files
76 links
https://t.me/addlist/oJIs6WVKrqBmMWQ1

Hello! I am @Myhurthearts and welcome to the Coding channel! Here we can learn all things related to coding and improve our skills , just let me know!
Download Telegram
Day - 10 (07_05_24) (3).zip
1.1 GB
DAY - 10 ALPHA 5.0 by apna college 😁 DSA C++

Give 69 reaction for DAY 11 😁

If you want complete course DM -
@Myhurthearts
❀3πŸ’‹3
Day - 11 (09_05_24).zip
1003.5 MB
DAY - 11 ALPHA 5.0 by apna college 😁 DSA C++

Give 69 reaction for DAY 12 😁

If you want any complete course DM - @Myhurthearts
πŸ”₯3πŸ’‹2πŸ‘1πŸ₯°1
Day - 12 (11_05_24).zip
638.1 MB
DAY - 12 ALPHA 5.0 by apna college 😁 DSA C++

Give 69 reaction for DAY 13 😁

If you want any course like Apna college, love babbar, GFG, cohort , PW, harkirat Singh, namaste dev, Naresh IT, durga soft, ashok IT DM on πŸ‘‰ @Myhurthearts (Already 50+ member purchased course in just 1% of course price 😁)
❀4πŸ”₯1πŸ’‹1
🌟 Java & Java with DSA Courses

πŸš€ CORE JAVA: NareshIT | Kishan Sir
πŸ”₯ ADVANCED JAVA: Venkatesh Mansani
πŸ–₯️ SPRING BOOT: NareshIT | Kishan Sir
βš™οΈ JAVA DSA: DurgaSoft
⭐ Sigma 5.0 Batch: Apna College
πŸ“š CORE JAVA: Hari Krishna Sir | Naresh IT
πŸ’» JAVA FULL STACK COURSE
🐍 Python & Python with DSA

🌟 Adul Bari Python
πŸ–₯️ PYTHON FULL STACK: KV Rao 2024
βš™οΈ PYTHON DSA: DurgaSoft
πŸ“š KRISH NAIK Python Course
πŸ”΅ C++ & C++ with DSA

πŸ’‘ ALPHA DSA C++
πŸš€ PW C++ DSA
πŸ”₯ Love Babbar Supreme Batch
πŸ“˜ DSA Abdul Bari


---


🌐 Web Development

🎨 PW Skills Web Development
⭐ Delta 5.0 Batch: Apna College
πŸ’» DOT Batch: Love Babbar
🌈 Namaste React
πŸ“œ Namaste JavaScript
βš™οΈ Namaste NodeJs
🌟 Cohort 3.0: Web + DevOps
πŸ”§ Full Stack Web Development: Naresh IT & DurgaSoft
πŸš€ Sanket Singh Full Stack Web Development
πŸ”— NodeJS: Sanket Singh
🌟 MERN Stack: Anuj Bhaiya
πŸ–₯️ PHP: Ram Sir
🎨 Frontend Development: IIT Madras
πŸ“š Almabetter Full Stack Web Development Course
⚑ ASHOK IT Node JS
⭐ UI Full Stack: Sudhakar Sharma | Naresh IT
πŸ”₯ Sherians Frontend Course
πŸ“‚ Database & SQL

πŸ“Š MongoDB: Durga Sir
⭐ Namaste SQL: Akshay Saini
πŸ–₯️ SQL: DurgaSoft & Naresh IT
πŸ”§ ORACLE


πŸ€– Data Science & Machine Learning

πŸš€ PW Skills Data Science Course
πŸ“Š iNeuron Complete Data Science
🌟 Data Science Master 2.0
πŸ“š Data Science: IIT Madras
βš™οΈ MLOps Course: Naresh IT
πŸ› οΈ DevOps & Azure

⚑ Full DevOps Course: Tech Nana
⭐ Hey DevOps 5.0
πŸ”§ Ashok IT DevOps
🌐 MS Azure DevOps Course
πŸ“Š Azure Data Engineering: Gareth | Naresh IT
☁️ Azure Cloud Mastery
πŸš€ DevOps with AWS
🌟 Other Courses

☁️ Google Cloud Platform: Mr. Saidul
πŸ“š ASP.NET: Bangar Raju | Naresh IT
πŸ† GATE CSE Prep: PW 1500
πŸ“± App Development: Harnoor Singh
πŸ“± Android Using Kotlin: DurgaSoft
βš™οΈ Selenium: Naresh IT
πŸ€– Applied AI Full Course
πŸ’» C#: Bangar Raju
πŸ“€ Unix/Linux: Imran 2024 | Naresh IT
πŸ“Š Power BI Course
☁️ Salesforce: Adnan | Naresh IT
πŸ›‘οΈ Cyber Security: iNeuron
πŸ“ˆ Digital Marketing: Ramakanth | Naresh IT
πŸ”§ Git for DevOps: DurgaSoft
πŸ“Š Dhruv Rathee Management Course

✨
100+ More Demanding Courses to Explore!

Price starting at β‚Ή99 ..........
For more information and discount πŸ˜‰ -
DM - @Myhurthearts
What is the correct syntax to declare an integer variable in C?
Anonymous Quiz
78%
int number;
15%
int number()
7%
integer number;
Which of the following is the correct way to write a comment in C?
Anonymous Quiz
57%
// This is a comment
37%
/* This is a comment */
5%
# This is a comment
0%
-- This is a comment
What is the correct format specifier for printing a float in C?
Anonymous Quiz
9%
%d
83%
%f
5%
%c
3%
%s
Which operator is used to access the value at the address stored in a pointer?
Anonymous Quiz
43%
&
44%
*
8%
@
5%
#
Which keyword is used to define a constant in C?
Anonymous Quiz
14%
constant
9%
define
72%
const
5%
static
What are assignment operator ?
Anonymous Quiz
59%
=
9%
& , || , !=
21%
< , > <= , >=
12%
+ , - , * / , %
Which operator can be overloaded in C?
Anonymous Quiz
16%
+
35%
++
20%
==
29%
None
πŸ‘3
Which of the following function declarations is invalid in C?
Anonymous Quiz
24%
int func();
19%
int func(int, char);
24%
int func(int a, b);
34%
int func(void);
Who is the father of C language?
Anonymous Poll
6%
Steve Jobs
22%
James Gosling
69%
Dennis Ritchie
3%
Rasmus Lerdorf
In C Language, which of the following is not a valid variable name declaration?
Anonymous Quiz
33%
int __3a;
17%
int __A3;
12%
int __a3;
37%
None of the mentioned
πŸŽ“βœ¨ Explore Your Future with Our Amazing Courses! βœ¨πŸŽ“

🌟 Java & Java with DSA Courses
πŸš€ CORE JAVA: NareshIT | Kishan Sir
πŸ”₯ ADVANCED JAVA: Venkatesh Mansani
πŸ–₯️ SPRING BOOT: NareshIT | Kishan Sir
βš™οΈ JAVA DSA: DurgaSoft
⭐ Sigma 5.0 Batch: Apna College
πŸ“š CORE JAVA: Hari Krishna Sir | Naresh IT
πŸ’» JAVA FULL STACK COURSE


🐍 Python & Python with DSA
🌟 Adul Bari Python
πŸ–₯️ PYTHON FULL STACK: KV Rao 2024
βš™οΈ PYTHON DSA: DurgaSoft
πŸ“š KRISH NAIK Python Course
🐍 ineuron python course
πŸ”΅ C++ & C++ with DSA
πŸ’‘ ALPHA DSA C++
πŸš€ PW C++ DSA
πŸ”₯ Love Babbar Supreme Batch
πŸ“˜ DSA Abdul Bari
βœ… NARESH IT DSA
😱 Durgasoft DSA
🀑 Ashok IT


🌐 Web Development
🎨 PW Skills Web Development
⭐ Delta 5.0 Batch: Apna College
πŸ’» DOT Batch: Love Babbar
🌈 Namaste React
πŸ“œ Namaste JavaScript
βš™οΈ Namaste NodeJs
🌟 Cohort 3.0: Web + DevOps
πŸ”§ Full Stack Web Development: Naresh IT & DurgaSoft
πŸš€ Sanket Singh Full Stack Web Development
πŸ”— NodeJS: Sanket Singh
🌟 MERN Stack: Anuj Bhaiya
πŸ–₯️ PHP: Ram Sir
🎨 Frontend Development: IIT Madras
πŸ“š Almabetter Full Stack Web Development Course
⚑ ASHOK IT Node JS
⭐ UI Full Stack: Sudhakar Sharma | Naresh IT
πŸ”₯ Sherians Frontend Course
ο»Ώ
πŸ“‚ Database & SQL
πŸ“Š MongoDB: Durga Sir
⭐ Namaste SQL: Akshay Saini
πŸ–₯️ SQL: DurgaSoft & Naresh IT
πŸ”§ ORACLE
πŸ“ˆ  Power BI Course



πŸ€– Data Science & Machine Learning
πŸš€ PW Skills Data Science Course
πŸ“Š iNeuron Complete Data Science
🌟 Data Science Master 2.0
πŸ“š Data Science: IIT Madras
βš™οΈ MLOps Course: Naresh IT

πŸ› οΈ DevOps & Azure
⚑ Full DevOps Course: Tech Nana
⭐ Hey DevOps 5.0
πŸ”§ Ashok IT DevOps
🌐 MS Azure DevOps Course
πŸ“Š Azure Data Engineering: Gareth | Naresh IT
☁️ Azure Cloud Mastery
πŸš€ DevOps with AWS
✨ Ineuron All Course
☁️ Google Cloud Platform: Mr. Saidul
πŸ”§ Git for DevOps: DurgaSoft
πŸ’» Special Courses

πŸ“š ASP.NET: Bangar Raju | Naresh IT
πŸ† GATE CSE Prep: PW 1500
πŸ“± App Development: Harnoor Singh
πŸ“± Android Using Kotlin: DurgaSoft
βš™οΈ Selenium: Naresh IT
πŸ€– Applied AI Full Course
πŸ’» C#: Bangar Raju
πŸ“€ Unix/Linux: Imran 2024 | Naresh IT
☁️ Salesforce: Adnan | Naresh IT
πŸ›‘οΈ Cyber Security: iNeuron
πŸ“ˆ Digital Marketing: Ramakanth | Naresh IT
πŸ’« Plus, we have:
- Colt Steele Full Stack Web Development
- StationX Full Stack Python Development
- Arpit Bhayani System Design
- Government Exam All Courses Available
- 1500 TB Mega Link Course Available
- 13 TB Google Drive Course Link
- Code with Mosh All Courses
- Andrew Tate All Courses
- Zero to Mastery All Courses

πŸ€‘ 100+ More Demanding Courses to Explore!
🀑 Order any course and get completed course in 24 hours
🌟 Price Starting at β‚Ή49!
😁 Cheapest and best course in history
😎 113+ member purchased course and 396 people in DM
✨ For more information and discounts πŸ˜‰, DM us @Myhurthearts!

πŸš€ Your journey to success starts here! 🌈
For free course - https://t.me/addlist/vnAFuK9rY6FjNjM1
πŸ‘3πŸ‘1😁1
C++ programming channel on whatsapp 😁

https://whatsapp.com/channel/0029VaTKg5h5PO0uEBUSYr34