Topic :- Function Sum using function #Cprogramming

Vaishnavi_1101_'s tweet image. Topic :- Function 
Sum using function 
#Cprogramming

Topic :- for loop Sum of numbers #cprogramming

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

Day 4: Learning C Programming ✨ Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅ #CProgramming #100DaysOfCode #CodingJourney

Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney

Day-1/100 of my Coding Journey 🚀 ✔ Completed Operators in C ✔ Fixed VS Code issues ✔ Wrote my first warm-up program ✔ Started 5AM discipline Small start. But I’m here for the long run. #100DaysOfCode #cprogramming

arpitpanwarx's tweet image. Day-1/100 of my Coding Journey 🚀

✔ Completed Operators in C  
✔ Fixed VS Code issues  
✔ Wrote my first warm-up program  
✔ Started 5AM discipline

Small start. But I’m here for the long run.  
#100DaysOfCode #cprogramming

Day 99 #100DaysOfCode — Array Rotation in C 🔄 Reverse entire array 🔁 Reverse first k elements ✨ Reverse remaining n-k elements 🔄 ✅ In-place, O(n) time, O(1) space Almost done! Day 100 tomorrow 🚀 #CProgramming #Algorithms #CodingJourney

shivam21102005's tweet image. Day 99 #100DaysOfCode — Array Rotation in C 🔄

Reverse entire array 🔁

Reverse first k elements ✨

Reverse remaining n-k elements 🔄

✅ In-place, O(n) time, O(1) space

Almost done! Day 100 tomorrow 🚀

#CProgramming #Algorithms #CodingJourney
shivam21102005's tweet image. Day 99 #100DaysOfCode — Array Rotation in C 🔄

Reverse entire array 🔁

Reverse first k elements ✨

Reverse remaining n-k elements 🔄

✅ In-place, O(n) time, O(1) space

Almost done! Day 100 tomorrow 🚀

#CProgramming #Algorithms #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

Just built this simple command line interpreter in C. It’s the "Arpan Biswas Shell" for now, but I’m planning to make it feature-rich like Bash or Zsh soon. #cprogramming #Linux #CodingJourney

arpan_sol's tweet image. Just built this simple command line interpreter in C. It’s the "Arpan Biswas Shell" for now, but I’m planning to make it feature-rich like Bash or Zsh soon.
#cprogramming  #Linux #CodingJourney

Want to really understand Linux? Write a shell. Found this "Writing a Shell in C" guide and it's a game-changer. I'm currently using it to build my own version—highly recommend checking it out! brennan.io/2015/01/16/wri… #SoftwareEngineering #C #Tutorial #OpenSource



🤠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

shivam21102005's tweet image. 🤠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

C: “Alright, let me set up my scope, load the bullet, breathe right, and calculate wind speed…” Python: “lol just shoot 😎 Shoutout to everyone who’s ever cried over a missing semicolon 😭 #CodeLife #Python #CProgramming #DevHumor

Chisom320's tweet image. C: “Alright, let me set up my scope, load the bullet, breathe right, and calculate wind speed…”

Python: “lol just shoot 😎

Shoutout to everyone who’s ever cried over a missing semicolon 😭

#CodeLife #Python #CProgramming #DevHumor

Kickstart your #Cprogramming journey with this curated set of practical, real-world projects: 🔐 SHA-512 Implementation 🌐 #HTTP Server 📡 UDP Server–Client System 🔍 #PortScanner 📶 Ping Utility (ICMP) 🎮 Multiplayer Tic-Tac-Toe 💬 Terminal #ChatSystem

ma113_tp's tweet image. Kickstart your #Cprogramming journey with this curated set of practical, real-world projects:

🔐 SHA-512 Implementation

🌐 #HTTP Server

📡 UDP Server–Client System

🔍 #PortScanner

📶 Ping Utility (ICMP)

🎮 Multiplayer Tic-Tac-Toe

💬 Terminal #ChatSystem

Productive day! 🚀 Recorded a quick video teaching a simple “Guess the Number” game in C 😄 Also revised DeFi basics + the first AMM model (x*y=k) and learned some business concepts on YouTube. Small steps everyday → Big progress 💡💻 #DeFi #AMM #CProgramming #Web3 #Learning

Anshit_Rangra's tweet image. Productive day! 🚀
Recorded a quick video teaching a simple “Guess the Number” game in C 😄
Also revised DeFi basics + the first AMM model (x*y=k) and learned some business concepts on YouTube.

Small steps everyday → Big progress 💡💻

#DeFi #AMM #CProgramming #Web3 #Learning

Day-4/100 of my Coding Journey 🚀 Not my best day, but I still showed up. Completed more of the C one-shot and started Functions today. Some days are slow, but discipline > motivation. 🔥 #100DaysOfCode #CProgramming #CodeNewbie

arpitpanwarx's tweet image. Day-4/100 of my Coding Journey 🚀

Not my best day, but I still showed up.
Completed more of the C one-shot and started Functions today.
Some days are slow, but discipline > motivation. 🔥

#100DaysOfCode #CProgramming #CodeNewbie

Just built this simple command line interpreter in C. It’s the "Arpan Biswas Shell" for now, but I’m planning to make it feature-rich like Bash or Zsh soon. #cprogramming #Linux #CodingJourney

arpan_sol's tweet image. Just built this simple command line interpreter in C. It’s the "Arpan Biswas Shell" for now, but I’m planning to make it feature-rich like Bash or Zsh soon.
#cprogramming  #Linux #CodingJourney

Want to really understand Linux? Write a shell. Found this "Writing a Shell in C" guide and it's a game-changer. I'm currently using it to build my own version—highly recommend checking it out! brennan.io/2015/01/16/wri… #SoftwareEngineering #C #Tutorial #OpenSource



Day 4: Learning C Programming ✨ Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅ #CProgramming #100DaysOfCode #CodingJourney

Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney

30-Day C Language Challenge #Day [ 10 ] 🧩 Coding: 40 min 📘 Study: 0 min ================= #CProgramming #CLang #LowLevelProgramming

30-Day C Language Challenge #Day [ 9 ] 🧩 Coding: 30 min 📘 Study: 0 min ================= #CProgramming #CLang #LowLevelProgramming



Day-3/100 of my Coding Journey 🚀 ✔ Completed Loop Control Statements in C ✔ Practiced questions (break/continue, simple loops) Bit challenging today, but showing up matters. #100DaysOfCode #CProgramming #CodingJourney #tech

arpitpanwarx's tweet image. Day-3/100 of my Coding Journey 🚀

✔ Completed Loop Control Statements in C
✔ Practiced questions (break/continue, simple loops)

Bit challenging today, but showing up matters.
#100DaysOfCode #CProgramming
#CodingJourney #tech

30-Day C Language Challenge #Day [ 9 ] 🧩 Coding: 30 min 📘 Study: 0 min ================= #CProgramming #CLang #LowLevelProgramming

30-Day C Language Challenge #Day [ 8 ] 🧩 Coding: 30 min 📘 Study: 0 min ================= #CProgramming #CLang #LowLevelProgramming



Congratulations to Adithya A Menon on securing 4.0 LPA at Zilogic His strong foundation in C Programming, ARM MCUs, Linux & RTOS built at Vector India played a key role in this achievement Proud to support future-ready embedded engineers! #EmbeddedSystems #CoreJobs #CProgramming

Vector_India's tweet image. Congratulations to Adithya A Menon on securing 4.0 LPA at Zilogic
His strong foundation in C Programming, ARM MCUs, Linux & RTOS built at Vector India played a key role in this achievement
Proud to support future-ready embedded engineers! 
#EmbeddedSystems #CoreJobs #CProgramming
Vector_India's tweet image. Congratulations to Adithya A Menon on securing 4.0 LPA at Zilogic
His strong foundation in C Programming, ARM MCUs, Linux & RTOS built at Vector India played a key role in this achievement
Proud to support future-ready embedded engineers! 
#EmbeddedSystems #CoreJobs #CProgramming

Day-2/100 of my Coding Journey 🚀 ✔ Learned Conditional Statements in C ✔ Practiced multiple if-else problems ✔ Solved Armstrong (3-digit) without loops ✔ Feeling more confident than Day-1 #100DaysOfCode #CProgramming #BeginnerCoder

arpitpanwarx's tweet image. Day-2/100 of my Coding Journey 🚀

✔ Learned Conditional Statements in C
✔ Practiced multiple if-else problems
✔ Solved Armstrong (3-digit) without loops
✔ Feeling more confident than Day-1

#100DaysOfCode #CProgramming #BeginnerCoder

30-Day C Language Challenge #Day [ 8 ] 🧩 Coding: 30 min 📘 Study: 0 min ================= #CProgramming #CLang #LowLevelProgramming

30-Day C Language Challenge #Day [ 7 ] 🧩 Coding: 25 min 📘 Study: 30 min ================= #CProgramming #CLang #LowLevelProgramming



Hope this makes the idea behind `calloc` even clearer. #EmbeddedSystems #CProgramming


Day-1/100 of my Coding Journey 🚀 ✔ Completed Operators in C ✔ Fixed VS Code issues ✔ Wrote my first warm-up program ✔ Started 5AM discipline Small start. But I’m here for the long run. #100DaysOfCode #cprogramming

arpitpanwarx's tweet image. Day-1/100 of my Coding Journey 🚀

✔ Completed Operators in C  
✔ Fixed VS Code issues  
✔ Wrote my first warm-up program  
✔ Started 5AM discipline

Small start. But I’m here for the long run.  
#100DaysOfCode #cprogramming

😉 --- Proud to complete the C Programming Course from GUVI. Strengthened my fundamentals in algorithms, memory management, and efficient coding practices. Looking forward to applying these skills in upcoming projects. #CProgramming #GUVI #Upskilling ---

RehanSiddi66398's tweet image. 😉
---
Proud to complete the C Programming Course from GUVI. Strengthened my fundamentals in algorithms, memory management, and efficient coding practices. Looking forward to applying these skills in upcoming projects.
#CProgramming #GUVI #Upskilling
---

30-Day C Language Challenge #Day [ 7 ] 🧩 Coding: 25 min 📘 Study: 30 min ================= #CProgramming #CLang #LowLevelProgramming

30-Day C Language Challenge #Day [ 6 ] 🧩 Coding: 35 min 📘 Study: 40 min ================= #CProgramming #CLang #LowLevelProgramming



Today I focused on my academic studies — specifically C programming. Revised core concepts and made notes on C tokens and data types, and their categories. Still showed up, even with a lighter workload. #LearnInPublic #Consistency #CProgramming

Aarohi0x's tweet image. Today I focused on my academic studies — specifically C programming.
Revised core concepts and made notes on C tokens and data types, and their categories.
Still showed up, even with a lighter workload.
#LearnInPublic #Consistency  #CProgramming

30-Day C Language Challenge #Day [ 6 ] 🧩 Coding: 35 min 📘 Study: 40 min ================= #CProgramming #CLang #LowLevelProgramming

30-Day C Language Challenge #Day [ 5 ] 🧩 Coding: 30 min 📘 Study: 40 min ================= #CProgramming #CLang #LowLevelProgramming



30-Day C Language Challenge #Day [ 5 ] 🧩 Coding: 30 min 📘 Study: 40 min ================= #CProgramming #CLang #LowLevelProgramming

30-Day C Language Challenge #Day [ 4 ] 🧩 Coding: 30 min 📘 Study: 40 min ================= #CProgramming #CLang #LowLevelProgramming



I Master pattern printing in C and level up my DSA skills! Pattern problems are commonly asked in coding interviews and help build strong logical thinking. Save this for your next practice session! Which one is your favorite? #DSA #CProgramming #CodingInterviews #PatternPrinting

dushmanta404's tweet image. I Master pattern printing in C and level up my DSA skills! Pattern problems are commonly asked in coding interviews and help build strong logical thinking. Save this for your next practice session! Which one is your favorite? #DSA #CProgramming #CodingInterviews #PatternPrinting
dushmanta404's tweet image. I Master pattern printing in C and level up my DSA skills! Pattern problems are commonly asked in coding interviews and help build strong logical thinking. Save this for your next practice session! Which one is your favorite? #DSA #CProgramming #CodingInterviews #PatternPrinting
dushmanta404's tweet image. I Master pattern printing in C and level up my DSA skills! Pattern problems are commonly asked in coding interviews and help build strong logical thinking. Save this for your next practice session! Which one is your favorite? #DSA #CProgramming #CodingInterviews #PatternPrinting
dushmanta404's tweet image. I Master pattern printing in C and level up my DSA skills! Pattern problems are commonly asked in coding interviews and help build strong logical thinking. Save this for your next practice session! Which one is your favorite? #DSA #CProgramming #CodingInterviews #PatternPrinting

Topic :- Function Sum using function #Cprogramming

Vaishnavi_1101_'s tweet image. Topic :- Function 
Sum using function 
#Cprogramming

Topic :- for loop Sum of numbers #cprogramming

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

Day 99 #100DaysOfCode — Array Rotation in C 🔄 Reverse entire array 🔁 Reverse first k elements ✨ Reverse remaining n-k elements 🔄 ✅ In-place, O(n) time, O(1) space Almost done! Day 100 tomorrow 🚀 #CProgramming #Algorithms #CodingJourney

shivam21102005's tweet image. Day 99 #100DaysOfCode — Array Rotation in C 🔄

Reverse entire array 🔁

Reverse first k elements ✨

Reverse remaining n-k elements 🔄

✅ In-place, O(n) time, O(1) space

Almost done! Day 100 tomorrow 🚀

#CProgramming #Algorithms #CodingJourney
shivam21102005's tweet image. Day 99 #100DaysOfCode — Array Rotation in C 🔄

Reverse entire array 🔁

Reverse first k elements ✨

Reverse remaining n-k elements 🔄

✅ In-place, O(n) time, O(1) space

Almost done! Day 100 tomorrow 🚀

#CProgramming #Algorithms #CodingJourney

Topic :- Array Sum of numbers using array #array #Cprogramming #sum

Vaishnavi_1101_'s tweet image. Topic :- Array 
Sum of numbers using array
#array #Cprogramming #sum

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

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 4: Learning C Programming ✨ Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅ #CProgramming #100DaysOfCode #CodingJourney

Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney
Vrajraj_Rajput's tweet image. Day 4: Learning C Programming ✨

Learned loops in C — while, do-while, for, plus break, continue, increment/decrement ops. Used loops for printing numbers, tables, sum, factorial, prime-check. Completed all practice tasks ✅

#CProgramming #100DaysOfCode #CodingJourney

🤠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

shivam21102005's tweet image. 🤠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

Day-1/100 of my Coding Journey 🚀 ✔ Completed Operators in C ✔ Fixed VS Code issues ✔ Wrote my first warm-up program ✔ Started 5AM discipline Small start. But I’m here for the long run. #100DaysOfCode #cprogramming

arpitpanwarx's tweet image. Day-1/100 of my Coding Journey 🚀

✔ Completed Operators in C  
✔ Fixed VS Code issues  
✔ Wrote my first warm-up program  
✔ Started 5AM discipline

Small start. But I’m here for the long run.  
#100DaysOfCode #cprogramming

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

Kickstart your #Cprogramming journey with this curated set of practical, real-world projects: 🔐 SHA-512 Implementation 🌐 #HTTP Server 📡 UDP Server–Client System 🔍 #PortScanner 📶 Ping Utility (ICMP) 🎮 Multiplayer Tic-Tac-Toe 💬 Terminal #ChatSystem

ma113_tp's tweet image. Kickstart your #Cprogramming journey with this curated set of practical, real-world projects:

🔐 SHA-512 Implementation

🌐 #HTTP Server

📡 UDP Server–Client System

🔍 #PortScanner

📶 Ping Utility (ICMP)

🎮 Multiplayer Tic-Tac-Toe

💬 Terminal #ChatSystem

Productive day! 🚀 Recorded a quick video teaching a simple “Guess the Number” game in C 😄 Also revised DeFi basics + the first AMM model (x*y=k) and learned some business concepts on YouTube. Small steps everyday → Big progress 💡💻 #DeFi #AMM #CProgramming #Web3 #Learning

Anshit_Rangra's tweet image. Productive day! 🚀
Recorded a quick video teaching a simple “Guess the Number” game in C 😄
Also revised DeFi basics + the first AMM model (x*y=k) and learned some business concepts on YouTube.

Small steps everyday → Big progress 💡💻

#DeFi #AMM #CProgramming #Web3 #Learning

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

Loading...

Something went wrong.


Something went wrong.


United States Trends