#cprogramming arama sonuçları

Solved a recursion problem today — finding the power of a number 🔁⚡ Tried both inbuilt function and pure recursion. #Coding #Recursion #CProgramming #ProblemSolving #CodeLife

RohitKamble255's tweet image. Solved a recursion problem today — finding the power of a number 🔁⚡
Tried both inbuilt function and pure recursion.
#Coding #Recursion #CProgramming #ProblemSolving #CodeLife

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

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

Topic :- for loop Sum of numbers #cprogramming

Vaishnavi_1101_'s tweet image. Topic :- for loop
Sum of numbers
#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

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

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"

Built a lexical analyzer in C from scratch 🔥 Basically the first step of how compilers work, breaks down source code into tokens Handles all the tricky stuff: multi-char operators, floats, comments, 35 keywords #cprogramming #softwaredevelopment #computerscience

RLeRoux64's tweet image. Built a lexical analyzer in C from scratch 🔥

Basically the first step of how compilers work, breaks down source code into tokens

Handles all the tricky stuff: multi-char operators, floats, comments, 35 keywords

#cprogramming #softwaredevelopment #computerscience
RLeRoux64's tweet image. Built a lexical analyzer in C from scratch 🔥

Basically the first step of how compilers work, breaks down source code into tokens

Handles all the tricky stuff: multi-char operators, floats, comments, 35 keywords

#cprogramming #softwaredevelopment #computerscience
RLeRoux64's tweet image. Built a lexical analyzer in C from scratch 🔥

Basically the first step of how compilers work, breaks down source code into tokens

Handles all the tricky stuff: multi-char operators, floats, comments, 35 keywords

#cprogramming #softwaredevelopment #computerscience

Topic :- Function Sum using function #Cprogramming

Vaishnavi_1101_'s tweet image. Topic :- Function 
Sum using function 
#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

Solved a recursion problem today — finding the power of a number 🔁⚡ Tried both inbuilt function and pure recursion. #Coding #Recursion #CProgramming #ProblemSolving #CodeLife

RohitKamble255's tweet image. Solved a recursion problem today — finding the power of a number 🔁⚡
Tried both inbuilt function and pure recursion.
#Coding #Recursion #CProgramming #ProblemSolving #CodeLife

💯 Const Keyword in C Make variables read-only: const int MAX = 100; Pointer to const: const int *ptr Const pointer: int *const ptr Prevent accidental changes! #CProgramming #CLanguage #Const


5 th(Last):- return 5*4*3*2*1 It again returns to where last time the function was called (i.e. in the "int main") and displays answer 120. #cprogramming #engineering #coding

gouda196921's tweet image. 5 th(Last):- return 5*4*3*2*1
 
It again returns to where last time the function was called (i.e. in the "int main") and displays answer 120.

#cprogramming #engineering #coding

🔹Linked List revisions today: • Removed duplicates in sorted list (O(n)) • Reversed elements vs reversed links • Concatenated two lists using tail pointer Each operation taught pointer discipline and clean memory handling in C. #CProgramming #LinkedList #DSA


Writing a C program to check " whether a person can vote or not:- ↗️ If the person's age is greater than or equal to 18- "Eligible". ↗️If the person's age is less than 18* -" Not Eligible" (Code Written On:- Dev C++) #cprogramming #Engineering #tech

gouda196921's tweet image. Writing a C program to check
" whether a person can vote or not:-
↗️ If the person's age is greater than or equal to 18- "Eligible".
↗️If the person's age is less than 18* -" Not Eligible"
(Code Written On:- Dev C++)
#cprogramming #Engineering #tech

⏰ Time Complexity in C O(1) - Constant O(n) - Linear O(n²) - Quadratic O(log n) - Logarithmic Optimize your algorithms for better performance! #CProgramming #CLanguage #Algorithms #TimeComplexity


🚨 Memory bugs don’t announce themselves — they strike silently. medium.com/@bervice/dynam… Connect with us : linktr.ee/bervice Website : bervice.com #bervice #Security #CProgramming #CPlusPlus #MemorySafety #Debugging #AddressSanitizer #ASan

berviceCOM's tweet image. 🚨 Memory bugs don’t announce themselves — they strike silently.

medium.com/@bervice/dynam…

Connect with us : linktr.ee/bervice
Website : bervice.com

#bervice #Security #CProgramming #CPlusPlus #MemorySafety #Debugging #AddressSanitizer #ASan

🧩Day 2 Reflection Understanding memory management in C felt like opening the hood of algorithms You see how much work your abstractions hide. Consistency in logic, code, and math is starting to form depth. #100DaysOfCode #DSA #CProgramming #EngineeringMaths #LearningInPublic


Everyone learning fancy frameworks Meanwhile embedded engineers: “I still write C like it’s 1999 — because the microcontroller has 2KB RAM and trusts no one.” C isn’t old. It’s just too close to the metal to die. 🔥 #EmbeddedSystems #CProgramming #ProgrammerHumor


What's the most insidious memory bug you've ever had to hunt down? #CProgramming #CyberSecurity #LowLevel


He refused to submit his PhD because the school wanted printing fees. He built UNIX so his friend could play a game. Meet Dennis Ritchie — the quiet genius who shaped modern computing. Watch here 👉 youtu.be/wYnEx9JB6tk?si… #DennisRitchie #Unix #CProgramming #ComputerHistory


🖊️ Linked Lists in C Dynamic data structure using pointers: struct Node { int data; struct Node *next; }; Easy insertion & deletion! #CProgramming #CLanguage #LinkedList #DataStructures


🎯 Best Practices in C - Use meaningful variable names - Comment your code - Avoid global variables - Check return values - Free allocated memory Write clean, maintainable code! #CProgramming #CLanguage #BestPractices


Day 7 of #180DaysOfCode No new topics today — only solved some assignment questions --> shared below 👇🏻 #CProgramming #LearnInPublic #CodeJourney #RahulJCode

rahulxjaiswal's tweet image. Day 7 of #180DaysOfCode
No new topics today —  only solved some assignment questions --> shared below 👇🏻

#CProgramming #LearnInPublic #CodeJourney #RahulJCode
rahulxjaiswal's tweet image. Day 7 of #180DaysOfCode
No new topics today —  only solved some assignment questions --> shared below 👇🏻

#CProgramming #LearnInPublic #CodeJourney #RahulJCode
rahulxjaiswal's tweet image. Day 7 of #180DaysOfCode
No new topics today —  only solved some assignment questions --> shared below 👇🏻

#CProgramming #LearnInPublic #CodeJourney #RahulJCode
rahulxjaiswal's tweet image. Day 7 of #180DaysOfCode
No new topics today —  only solved some assignment questions --> shared below 👇🏻

#CProgramming #LearnInPublic #CodeJourney #RahulJCode

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

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

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"

Topic :- for loop Sum of numbers #cprogramming

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

Topic :- Function Sum using function #Cprogramming

Vaishnavi_1101_'s tweet image. Topic :- Function 
Sum using function 
#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

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

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 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

Solved a recursion problem today — finding the power of a number 🔁⚡ Tried both inbuilt function and pure recursion. #Coding #Recursion #CProgramming #ProblemSolving #CodeLife

RohitKamble255's tweet image. Solved a recursion problem today — finding the power of a number 🔁⚡
Tried both inbuilt function and pure recursion.
#Coding #Recursion #CProgramming #ProblemSolving #CodeLife

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

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

LeetCode 21: Merge Two Sorted Lists (C Solution) Using a dummy node makes merging cleaner — no need to handle the head separately. Final return → dummy.next ✨ Runtime: 0 ms ⚡ #LeetCode #100DaysOfCode #CProgramming

sarkar_avg's tweet image. LeetCode 21: Merge Two Sorted Lists (C Solution)
Using a dummy node makes merging cleaner — no need to handle the head separately.
Final return → dummy.next ✨

Runtime: 0 ms ⚡
#LeetCode #100DaysOfCode #CProgramming

Loading...

Something went wrong.


Something went wrong.


United States Trends