Kernel Kudos – Telegram
Kernel Kudos
1.73K subscribers
110 photos
50 videos
112 files
256 links
🪐 This channel talks about: C, Linux, Bash, and so on 🕸️

🌀 Buy Me Coffee
USDT BEP20 : 0xbc8e52af7b46461b8076085Be771F465E26A9Dfd

🐞 YouTube: https://youtube.com/@KernelKudos

Chat: { https://news.1rj.ru/str/+ftxZVA8V_ns5ZmY8 }

🔴 whoami : { @FirstTarokh }
Download Telegram
#notice
فردا ویدیو بعدی رکورد و آپلود میشه،
کوئیز ها تا هفته دیگه باز میمونن.
#notice
- دوستان ^ممد^ از کانال لف داد 🍜
🤣18👀3
🍜 C programming course - Day 04

- More about arrays
- How to define and use arrays
- wrote a program using Integer arrays that counts white spaces, letters and digits that a user enters.


دوستان این ویدیو مکمل ویدیو قبل هست،
بیشتر درمورد ارایه ها گفتم،
و یکی از برنامه های نوشته شده در کتاب رو با استفاده از آرایه ها بررسی کردیم.

🍜 ---- Telegram Channel ----
Media is too big
VIEW IN TELEGRAM
12😍3👍21
Kernel Kudos
How to define an array in C ?
Declare an Array
Define an Array
👍3👏1
Happy #SysAdmin Day 🍜
🎉7🥰3👍1🔥1
Kernel Kudos
معادل '0' - '5' در جدول ASCII کدام عبارت است
درواقع اعداد مبنای ۱۶ هستند
hexadecimal
This media is not supported in your browser
VIEW IN TELEGRAM
The reason that C is an #unsafe language

#MemoryCorruption
🤣17😁1
Audio
@AnySavesBot
#Work Music 🎼
#STARDUST playlist 🎧
1
Write_Great_Code,_Volume_2,_2nd_Edition_Thinking_Low_Level,_Writing.pdf
4.7 MB
Write Great Code, VOL 2


-
Thinking Low Level


Today's programming languages offer productivity and portability, but also make it easy to write sloppy code that isn't optimized for a compiler. Thinking Low-Level, Writing High-Level will teach you to craft source code that results in good machine code once it's run through a compiler.
You'll learn:
• How to analyze the output of a compiler to verify that your code generates good machine code
• The types of machine code statements that compilers generate for common control structures, so you can choose the best statements when writing HLL code
• Enough assembly language to read compiler output
• How compilers convert various constant and variable objects into machine data
With an understanding of how compilers work, you'll be able to write source code that they can translate into elegant machine code.
NEW TO THIS EDITION, COVERAGE OF:
• Programming languages like Swift and Java
• Code generation on modern 64-bit CPUs