#cprogramming Suchergebnisse
Dove into IPFS & blockchain, learned arrays & 2D arrays in C, and tomorrow I’ll teach students a Python terminal game! 💻🎮 #Blockchain #Python #CProgramming #Web3 #100DaysOfCode #DeveloperLife
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
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"
Visualizing colliders on gameobjects now. The next game’s core systems are coming together! #gamedev #cprogramming #youcanjustdothings
A virtual machine in C youtu.be/TxLakn190ZA JB #cprogramming #lowlevel
youtube.com
YouTube
Coding a Virtual Machine from scratch in C
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
Your own malloc() youtu.be/oFM6RWB1170 JB #cprogramming #lowlevel
youtube.com
YouTube
Project: Code your own Memory Allocator from scratch in C
Beginner project: - Embedding programming in C JB youtu.be/iSwzDvv6Sqo #cprogramming #beginner
youtube.com
YouTube
e07 - Project: Embedding programming - A roadmap to learning C
Dove into IPFS & blockchain, learned arrays & 2D arrays in C, and tomorrow I’ll teach students a Python terminal game! 💻🎮 #Blockchain #Python #CProgramming #Web3 #100DaysOfCode #DeveloperLife
A Linux firewall in C JB youtu.be/MFpr7_-GbPk #cprogramming #cybersecurity
youtube.com
YouTube
Project: Coding a Linux firewall in C (f. scratch)
C PROGRAMMING youtube.com/playlist?list=… #CProgramming #CLanguage #CCoding #CProgrammingLanguage #Programming #Coding #SoftwareDevelopment
Visualizing colliders on gameobjects now. The next game’s core systems are coming together! #gamedev #cprogramming #youcanjustdothings
🔖 Bitwise Operators in C & (AND), | (OR), ^ (XOR) ~ (NOT), << (left shift), >> (right shift) Useful for: - Flags - Masking - Fast operations #CProgramming #CLanguage #Bitwise
⏱️ Header Files in C Standard: <stdio.h>, <stdlib.h>, <string.h>, <math.h> User-defined: #include "myheader.h" Organize code better! #CProgramming #CLanguage #HeaderFiles
Here's a nutty #cprogramming challenge: Rewrite code for a nested loop by using only goto statements. Yes, it technically is a C program - but a naughty one! c-for-dummies.com/blog/?p=7217
Linear search scans left→right and returns index if found. Pros: works on unsorted arrays; stable; O(n) time. Use for small arrays or when unsorted. #DSA #CProgramming
Day 6 - Arrays ADT deep-dive ⚡ Today I implemented and tested: display, append, insert, delete, linear search, binary search (iterative + recursive). Arrays are simple, but mastering edge-cases makes them reliable building blocks. #100DaysOfCode #DSA #CProgramming
Beginner project: - Embedding programming in C JB youtu.be/iSwzDvv6Sqo #cprogramming #beginner
youtube.com
YouTube
e07 - Project: Embedding programming - A roadmap to learning C
#pythonprogramming #CProgramming #openai #java #android #coding #programming #code #coders #programmers #PHPProgramming #JavaProgramming #codingquotes #programmingquotes
🌐 Scope of Variables Local: Inside function Global: Outside all functions Static: Retains value between calls Scope affects lifetime & visibility! #CProgramming #CLanguage #Variables #Scope
All today’s code updates live on GitHub 👇 📂 github.com/saksham10arora… Reversals, recursion, and more one day, one concept. #100DaysOfCode #CProgramming #DSA
🌀 Started Circular Linked Lists The twist? Last node points back to the head instead of NULL. Feels strange at first but opens up powerful use cases like queues & buffer systems. Excited to dive deeper tomorrow. #CProgramming #DSA #100DaysOfCode
🔁 Reversing a Linked List Tried 3 methods today: 1️⃣ Using auxiliary array (store + rebuild) 2️⃣ Using sliding pointers (3-pointer swap) 3️⃣ Using recursion (reverse links as you backtrack) Pointers finally make sense now #DSA #CProgramming
My inner nerd gushes at the calendar date today: 1101. What C programming fun can be had with binary dates? #nerd #cprogramming c-for-dummies.com/blog/?p=7219
A little Winlose 95 + CIG update: larger text document can be displayed and scrolled (without wrapping nor editing) 🗒️ #cprogramming #imgui #raylib
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
Highest Rated My course is now the highest rated Udemy course, of all C programming courses in the world JB #udemy #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"
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
Dove into IPFS & blockchain, learned arrays & 2D arrays in C, and tomorrow I’ll teach students a Python terminal game! 💻🎮 #Blockchain #Python #CProgramming #Web3 #100DaysOfCode #DeveloperLife
🤠Day 71/100 💻#100DaysOfCode 71 days of consistency, logic, and learning. Today’s challenge: Find the element repeated N times in an array using C ⚙️ Every problem strengthens my logic & patience 🔥 #CProgramming #CodingJourney
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 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
Exercism C Track Practice C programming with fun exercises and community collaboration for all skill levels. #CProgramming #CodingPractice #OpenSource
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. Jets 114K posts
- 2. Sauce 80.2K posts
- 3. Colts 54.6K posts
- 4. Courtois 37K posts
- 5. Breece Hall 10.3K posts
- 6. Quinnen Williams 24.4K posts
- 7. Garrett Wilson 5,114 posts
- 8. $JFB N/A
- 9. Cheney 229K posts
- 10. Luis Diaz 27.1K posts
- 11. Liverpool 206K posts
- 12. Beane 4,662 posts
- 13. AD Mitchell 6,458 posts
- 14. Bayern 109K posts
- 15. Hakimi 26K posts
- 16. Veach 5,245 posts
- 17. Shaheed 16.6K posts
- 18. Mazi Smith 5,665 posts
- 19. Brad Holmes 1,123 posts
- 20. Jermaine Johnson 3,256 posts