#cprogramming search results

Day6 of Learning C: Explored pointers—addresses(&), dereferencing(*), pointer-to-pointer, and call-by-value vs call-by-ref. Practiced printing addresses, modifying vars via pointers, sum+avg with pointer args, and double-pointer access. #CProgramming #100DaysOfCode

Vrajraj_Rajput's tweet image. Day6 of Learning C:
 
Explored pointers—addresses(&), dereferencing(*), pointer-to-pointer, and call-by-value vs call-by-ref.

Practiced printing addresses, modifying vars via pointers, sum+avg with pointer args, and double-pointer access.

#CProgramming #100DaysOfCode
Vrajraj_Rajput's tweet image. Day6 of Learning C:
 
Explored pointers—addresses(&), dereferencing(*), pointer-to-pointer, and call-by-value vs call-by-ref.

Practiced printing addresses, modifying vars via pointers, sum+avg with pointer args, and double-pointer access.

#CProgramming #100DaysOfCode
Vrajraj_Rajput's tweet image. Day6 of Learning C:
 
Explored pointers—addresses(&), dereferencing(*), pointer-to-pointer, and call-by-value vs call-by-ref.

Practiced printing addresses, modifying vars via pointers, sum+avg with pointer args, and double-pointer access.

#CProgramming #100DaysOfCode
Vrajraj_Rajput's tweet image. Day6 of Learning C:
 
Explored pointers—addresses(&), dereferencing(*), pointer-to-pointer, and call-by-value vs call-by-ref.

Practiced printing addresses, modifying vars via pointers, sum+avg with pointer args, and double-pointer access.

#CProgramming #100DaysOfCode

Day-12/100 of my Coding Journey 🚀 Revised all core C concepts today, functions, loops, and logic building. C test tomorrow, feeling prepared and steady 🔥 #100DaysOfCode #CProgramming #StudentLife #CodingJourney


Day-9/100 of my Coding Journey 🚀 Even with exams around the corner, I managed to write a clean factorial function in C today. Balancing studies + coding one step at a time 🔥 #100DaysOfCode #CProgramming #StudentLife #CodingJourney

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

Even with exams around the corner, I managed to write a clean factorial function in C today.
Balancing studies + coding one step at a time 🔥

#100DaysOfCode #CProgramming #StudentLife #CodingJourney

Topic :- Function Sum using function #Cprogramming

Vaishnavi_1101_'s tweet image. Topic :- Function 
Sum using function 
#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-6/100 of my Coding Journey 🚀 Exam week + coding streak… tough combo 😭 Still showed up and practiced C today. Discipline mode: ON 🔥 #100DaysOfCode #CProgramming #StudentLife #CodingJourney

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

Exam week + coding streak… tough combo 😭
Still showed up and practiced C today.
Discipline mode: ON 🔥

#100DaysOfCode #CProgramming #StudentLife #CodingJourney

Topic :- for loop Sum of numbers #cprogramming

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

🤠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

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

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

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

No results for "#cprogramming"
No results for "#cprogramming"
No results for "#cprogramming"
Loading...

Something went wrong.


Something went wrong.


United States Trends