#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
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
C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney
#day16, #30dayscodingchallenge Revised python yesterday, Today, I'll revise C. #cprogramming #codingcommunity #CONNECT #programming #codingcommunity
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"
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
🚀 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
💯 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
🔹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
C PROGRAMMING youtube.com/playlist?list=… #CProgramming #CLanguage #Programming #Coding
Graphical User Interface in C youtu.be/Z6BWRcfnivo JB #OSdev #cprogramming
youtube.com
YouTube
Coding a Graphical User Interface in C - from scratch
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
🧩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
Comments in C - C Programming Tutorial 07 🚀 ► youtu.be/dgpAcMUBIRI?si… C Programming Playlist: ► youtube.com/playlist?list=… #CProgramming #LearnC #ProgrammingCourse #SoftwareDevelopment #BeginnerProgramming #CforBeginners #ProgrammingSkills #CodeWithC #TechEducation
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
Files at OS level in C youtu.be/ZJw3YAWfk5g JB #OSdev #cprogramming
youtube.com
YouTube
#OSdev 05 Coding files at the OS level
🎯 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
Tetris converted from dflat to C using OSDK toolset - now that's much smoother! #mos6502 #cprogramming #retrocoding #retrocomputing youtu.be/cZ3usNDNKP4
youtube.com
YouTube
Oric Tetris - 8 bit retro programming in C
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
#day16, #30dayscodingchallenge Revised python yesterday, Today, I'll revise C. #cprogramming #codingcommunity #CONNECT #programming #codingcommunity
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"
🚀 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
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
🚀 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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. Austin Reaves 57.1K posts
- 2. #LakeShow 3,349 posts
- 3. Trey Yesavage 39.5K posts
- 4. jungkook 557K posts
- 5. Jake LaRavia 6,922 posts
- 6. Jeremy Lin 1,028 posts
- 7. #LoveIsBlind 4,762 posts
- 8. doyoung 86.8K posts
- 9. Happy Birthday Kat N/A
- 10. jungwoo 118K posts
- 11. #Lakers 1,223 posts
- 12. Rudy 9,405 posts
- 13. Blue Jays 62.9K posts
- 14. Kacie 1,954 posts
- 15. #SellingSunset 3,990 posts
- 16. Pelicans 4,626 posts
- 17. #AEWDynamite 23.9K posts
- 18. KitKat 17.4K posts
- 19. Devin Booker 1,346 posts
- 20. Dodgers in 7 1,693 posts