Highest Rated My course is now the highest rated Udemy course, of all C programming courses in the world JB #udemy #cprogramming

drJonasBirch's tweet image. Highest Rated

My course is now the highest rated Udemy course, of all C programming courses in the world

JB

#udemy #cprogramming

Day 49 of #100DaysOfCode 🚀 Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration. 📜 Earned Oracle AI Foundation Certification 🎉 📘 Did PYQs for entrance prep. ➕ Studied Limits & Continuity in Math. #CProgramming #AI #Oracle

shivam21102005's tweet image. Day 49 of #100DaysOfCode 🚀

Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration.

📜 Earned Oracle AI Foundation Certification 🎉

📘 Did PYQs for entrance prep.

➕ Studied Limits & Continuity in Math.

#CProgramming #AI #Oracle
shivam21102005's tweet image. Day 49 of #100DaysOfCode 🚀

Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration.

📜 Earned Oracle AI Foundation Certification 🎉

📘 Did PYQs for entrance prep.

➕ Studied Limits & Continuity in Math.

#CProgramming #AI #Oracle

Simple implementation of “Class” using C programming. #CProgramming

oderoi_'s tweet image. Simple implementation of “Class” using C programming.
#CProgramming
oderoi_'s tweet image. Simple implementation of “Class” using C programming.
#CProgramming

Day 97 of #100DaysOfCode ✨ 1. DSA: 🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅ 🔹 Revised the concept of deque 2. Programming (C): 🔹 Functions & Storage Classes + Recursion concepts 🔹 Arrays & 2D Arrays and concept of Pointers #dsand #CProgramming

AshishT61164097's tweet image. Day 97 of #100DaysOfCode ✨

1. DSA:

🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅

🔹 Revised the concept of deque

2. Programming (C):

🔹 Functions & Storage Classes + Recursion concepts

🔹 Arrays & 2D Arrays and concept of Pointers

#dsand #CProgramming

🚀 Just implemented Selection Sort in C! Simple yet powerful to build DSA foundations 💻 🔹 Pick the smallest element 🔹 Swap it to the front 🔹 Repeat until sorted ⏱️ Time: O(n²) | 📦 Space: O(1) 👉 Small steps, big progress! #DSA #CProgramming #100DaysOfCode

AdityaToma67387's tweet image. 🚀 Just implemented Selection Sort in C!
Simple yet powerful to build DSA foundations 💻

🔹 Pick the smallest element
🔹 Swap it to the front
🔹 Repeat until sorted

⏱️ Time: O(n²) | 📦 Space: O(1)
👉 Small steps, big progress!
#DSA #CProgramming #100DaysOfCode
AdityaToma67387's tweet image. 🚀 Just implemented Selection Sort in C!
Simple yet powerful to build DSA foundations 💻

🔹 Pick the smallest element
🔹 Swap it to the front
🔹 Repeat until sorted

⏱️ Time: O(n²) | 📦 Space: O(1)
👉 Small steps, big progress!
#DSA #CProgramming #100DaysOfCode

Topic :- for loop Sum of numbers #cprogramming

Vaishnavi_1101_'s tweet image. Topic :- for loop
Sum of numbers
#cprogramming

💡 Did you know? C Programming is the mother of all modern languages! Languages like C++, Java, Python, and PHP all trace their roots back to C. 📘 Need programming assignment help? Message us today! #DidYouKnow #CProgramming #CodeLife #TechFacts #MotherOfLanguages #Programming

_the_assignment's tweet image. 💡 Did you know? C Programming is the mother of all modern languages!
Languages like C++, Java, Python, and PHP all trace their roots back to C.
📘 Need programming assignment help? Message us today!
#DidYouKnow #CProgramming #CodeLife #TechFacts #MotherOfLanguages #Programming

Ever thought of building your C project with just a compiler? Meet "nob.h"—the next-gen of NoBuild. Ditch cmake and shell scripts for a minimalistic, portable approach. Perfect for C enthusiasts who love simplicity and experimenting. 🚀 #CProgramming

being_mudit's tweet image. Ever thought of building your C project with just a compiler? Meet "nob.h"—the next-gen of NoBuild. Ditch cmake and shell scripts for a minimalistic, portable approach. Perfect for C enthusiasts who love simplicity and experimenting. 🚀 #CProgramming

🚀 Day 40 of #100DaysOfCode Solved Intersection of Two Arrays in C (hashing + memory mgmt) ✅ Revised C completely 💻 Did reasoning ranking DPP for entrance 🧠 Started an ML certification course 📊 and strated preparing for the exam for the certificate #DSA #CProgramming #ML

shivam21102005's tweet image. 🚀 Day 40 of #100DaysOfCode

Solved Intersection of Two Arrays in C (hashing + memory mgmt) ✅

Revised C completely 💻

Did reasoning ranking DPP for entrance 🧠

Started an ML certification course 📊 and strated preparing for the exam for the certificate
#DSA #CProgramming #ML

🚀 Day 41 of #100DaysOfCode Solved Contains Duplicate in C++ (sorting + adjacent check) ✅ Practiced basic C placement questions 💻 Studied Maths + Reasoning for entrance prep 🧮🧠 Solved DTU PYQs 📚 #DSA #CProgramming #CPlusPlus #PlacementPrep #EntranceExam #ProblemSolving

shivam21102005's tweet image. 🚀 Day 41 of #100DaysOfCode

Solved Contains Duplicate in C++ (sorting + adjacent check) ✅

Practiced basic C placement questions 💻

Studied Maths + Reasoning for entrance prep 🧮🧠

Solved DTU PYQs 📚

#DSA #CProgramming #CPlusPlus #PlacementPrep #EntranceExam #ProblemSolving

Only in C will you need to calculate the memory size of an array just to know how many elements it has sizeof(array) / sizeof(array[0]) coz why return a length when you can earn it through math😂 Low-level language? more like manual labor language🤣 #CProgramming #LowLevel


For today's #cprogramming Lesson, I explore the concept of allocation and managing multiple buffers in an allocated buffer. It's nuts, but it's one of the ways you can learn to manage those whacky pointers in C. c-for-dummies.com/blog/?p=7192


Restarting a 90-day DSA challenge💪 Learning: DSA in C + build 3 real projects + job hunt prep. Daily: 3 problem + 3 Hours projects + resume/Algo review. Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch

Sawanso45160647's tweet image. Restarting a 90-day DSA challenge💪
Learning: DSA in C + build 3 real projects + job hunt prep.
Daily: 3 problem + 3 Hours projects + resume/Algo review.
Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch
Sawanso45160647's tweet image. Restarting a 90-day DSA challenge💪
Learning: DSA in C + build 3 real projects + job hunt prep.
Daily: 3 problem + 3 Hours projects + resume/Algo review.
Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch

🚀 Day 2 of building LynqDB, our open-source lightweight C database for embedded systems! Today we focused on scalability, structure, and real-world usability. It’s starting to take shape! #BuildInPublic #CProgramming #IoT


Variables and data types in c programming 👇 #begineer #buildinpublic #cprogramming

DevanshuK0211's tweet image. Variables and data types in c programming 👇

#begineer #buildinpublic #cprogramming

Day 49 of #100DaysOfCode 🚀 Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration. 📜 Earned Oracle AI Foundation Certification 🎉 📘 Did PYQs for entrance prep. ➕ Studied Limits & Continuity in Math. #CProgramming #AI #Oracle

shivam21102005's tweet image. Day 49 of #100DaysOfCode 🚀

Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration.

📜 Earned Oracle AI Foundation Certification 🎉

📘 Did PYQs for entrance prep.

➕ Studied Limits & Continuity in Math.

#CProgramming #AI #Oracle
shivam21102005's tweet image. Day 49 of #100DaysOfCode 🚀

Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration.

📜 Earned Oracle AI Foundation Certification 🎉

📘 Did PYQs for entrance prep.

➕ Studied Limits & Continuity in Math.

#CProgramming #AI #Oracle

Highest Rated My course is now the highest rated Udemy course, of all C programming courses in the world JB #udemy #cprogramming

drJonasBirch's tweet image. Highest Rated

My course is now the highest rated Udemy course, of all C programming courses in the world

JB

#udemy #cprogramming

Simple implementation of “Class” using C programming. #CProgramming

oderoi_'s tweet image. Simple implementation of “Class” using C programming.
#CProgramming
oderoi_'s tweet image. Simple implementation of “Class” using C programming.
#CProgramming

C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney

sheCodezArt's tweet image. C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney

Ever wanted to use strings without the hassle of `scanf`'s downsides? Check out this simple C code snippet using `getline`. It's like `scanf` but without the baggage! #CodingTips #CProgramming"

oderoi_'s tweet image. Ever wanted to use strings without the hassle of `scanf`'s downsides? 

Check out this simple C code snippet using `getline`. 

It's like `scanf` but without the baggage! #CodingTips #CProgramming"

Topic :- for loop Sum of numbers #cprogramming

Vaishnavi_1101_'s tweet image. Topic :- for loop
Sum of numbers
#cprogramming

Built a Student Management System using C++! 📚Now I can efficiently manage student records, grades, and more. Code power! 💪 GitHub link:github.com/awais9876-a11y… #CProgramming #StudentManagementSystem #CodingSkills"

Muhamma45962971's tweet image. Built a Student Management System using C++! 📚Now I can efficiently manage student records, grades, and more. Code power! 💪
GitHub link:github.com/awais9876-a11y…
#CProgramming #StudentManagementSystem #CodingSkills"

💡 Did you know? C Programming is the mother of all modern languages! Languages like C++, Java, Python, and PHP all trace their roots back to C. 📘 Need programming assignment help? Message us today! #DidYouKnow #CProgramming #CodeLife #TechFacts #MotherOfLanguages #Programming

_the_assignment's tweet image. 💡 Did you know? C Programming is the mother of all modern languages!
Languages like C++, Java, Python, and PHP all trace their roots back to C.
📘 Need programming assignment help? Message us today!
#DidYouKnow #CProgramming #CodeLife #TechFacts #MotherOfLanguages #Programming

Happy Birthday to Dennis Ritchie – the mind behind the C programming language! A true legend who changed the world of computing forever. #BOL #CProgramming #UNIX #DennisRitchie #TechLegend

BOL_Bangladesh's tweet image. Happy Birthday to Dennis Ritchie – the mind behind the C programming language!
A true legend who changed the world of computing forever.

#BOL #CProgramming #UNIX #DennisRitchie #TechLegend

🚀 Day 40 of #100DaysOfCode Solved Intersection of Two Arrays in C (hashing + memory mgmt) ✅ Revised C completely 💻 Did reasoning ranking DPP for entrance 🧠 Started an ML certification course 📊 and strated preparing for the exam for the certificate #DSA #CProgramming #ML

shivam21102005's tweet image. 🚀 Day 40 of #100DaysOfCode

Solved Intersection of Two Arrays in C (hashing + memory mgmt) ✅

Revised C completely 💻

Did reasoning ranking DPP for entrance 🧠

Started an ML certification course 📊 and strated preparing for the exam for the certificate
#DSA #CProgramming #ML

Day 97 of #100DaysOfCode ✨ 1. DSA: 🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅ 🔹 Revised the concept of deque 2. Programming (C): 🔹 Functions & Storage Classes + Recursion concepts 🔹 Arrays & 2D Arrays and concept of Pointers #dsand #CProgramming

AshishT61164097's tweet image. Day 97 of #100DaysOfCode ✨

1. DSA:

🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅

🔹 Revised the concept of deque

2. Programming (C):

🔹 Functions & Storage Classes + Recursion concepts

🔹 Arrays & 2D Arrays and concept of Pointers

#dsand #CProgramming

🚀 Just implemented Selection Sort in C! Simple yet powerful to build DSA foundations 💻 🔹 Pick the smallest element 🔹 Swap it to the front 🔹 Repeat until sorted ⏱️ Time: O(n²) | 📦 Space: O(1) 👉 Small steps, big progress! #DSA #CProgramming #100DaysOfCode

AdityaToma67387's tweet image. 🚀 Just implemented Selection Sort in C!
Simple yet powerful to build DSA foundations 💻

🔹 Pick the smallest element
🔹 Swap it to the front
🔹 Repeat until sorted

⏱️ Time: O(n²) | 📦 Space: O(1)
👉 Small steps, big progress!
#DSA #CProgramming #100DaysOfCode
AdityaToma67387's tweet image. 🚀 Just implemented Selection Sort in C!
Simple yet powerful to build DSA foundations 💻

🔹 Pick the smallest element
🔹 Swap it to the front
🔹 Repeat until sorted

⏱️ Time: O(n²) | 📦 Space: O(1)
👉 Small steps, big progress!
#DSA #CProgramming #100DaysOfCode

Exercism C Track Practice C programming with fun exercises and community collaboration for all skill levels. #CProgramming #CodingPractice #OpenSource

essamamdani's tweet image. Exercism C Track  
Practice C programming with fun exercises and community collaboration for all skill levels.  
#CProgramming #CodingPractice #OpenSource

Struggling with C programming assignments? BookMyEssay offers expert guidance, error-free coding, and on-time delivery. Read More: bookmyessay.com/why-is-c-progr… #CProgramming #AssignmentHelp #ProgrammingHelp #CodingHelp #BookMyEssay #StudentSupport #AcademicHelp #CodingAssignments

Book_My_Essay's tweet image. Struggling with C programming assignments? BookMyEssay offers expert guidance, error-free coding, and on-time delivery.

Read More:  bookmyessay.com/why-is-c-progr…

#CProgramming #AssignmentHelp #ProgrammingHelp #CodingHelp #BookMyEssay #StudentSupport #AcademicHelp #CodingAssignments

Loading...

Something went wrong.


Something went wrong.


United States Trends