• Feed
  • Discussions
false

false

#false
0 followers·3 articles

false

#false·0 followers·3 articles
false
Sergey Shishkin
Sergey Shishkin
serj-aleks.hashnode.dev·May 20, 2025
May 20, 2025

Обработка ошибок

При возникновении ошибки при выполнении выполнение останавливается и запускается обработчик ошибок. Обработчик ошибок сбрасывает каналы ввода-вывода на консоль и отображает местоположение (если возможно) и причину ошибки, за которыми следует сообщени...

Discuss·4 reads
picollisp
Jyotiprakash Mishra
Jyotiprakash Mishra
blog.jyotiprakash.org·Dec 24, 2023
Dec 24, 2023

Are you logical?

Here's a detailed code sample illustrating the use of logical operators in C with explanations and output: #include <stdio.h> int main() { // Logical AND (&&) int a = 1, b = 0; printf("Logical AND: %d && %d = %d\n", a, b, a && b); /...

Discuss·73 reads
C Programming
logical operators
Jyotiprakash Mishra
Jyotiprakash Mishra
blog.jyotiprakash.org·Dec 24, 2023
Dec 24, 2023

What is true and what is false?

In C, the concepts of true and false are represented using integers. The integer value 0 is considered false, and any non-zero value is considered true. However, C99 introduced the <stdbool.h> header, which defines the _Bool type and introduces the b...

Discuss·121 reads
C Programming
true

Changelog

New steps component and improved accessibility on Hashnode's blog and docs product.

New steps component and improved accessibility on Hashnode's blog and docs product.

Nov 05, 2024·
new

Trending Articles

NEXTON is unlocking serious TON yield—and this is just the beginning

Blessing Antia·25 reads

This week on WiFi Map: How real people are quietly building a global DePIN revolution

Blessing Antia·26 reads

200 million strong: How WiFi Map is quietly building the world’s biggest DePIN movement

Blessing Antia·22 reads

Top commenters this week

Writing Challenges

Mayank Arora
Mayank Arora
Sajid Ahmed
Sajid Ahmed
Emily
Emily
Tavi Vulcan
Tavi Vulcan
Marcus A. Baker
Marcus A. Baker
#2Articles1Week Challenge

Become better at technical writing; accept Hashnode's writing challenge for four weeks.

#2Articles1Week Challenge
#WomenWhoTech

Share your story, achievements, or experiences as a woman, non-binary folk in tech or as a #WomenWhoTech ally!

#WomenWhoTech
Self Starter

Publish your first article on Hashnode and become a self starter!

Self Starter
Serial Blogger

Publish an article every day for 7 days and earn a cool serial blogger badge!

Serial Blogger
Talk of the town

Write a story that drives amazing engagement on Hashnode and become the talk of the town!

Talk of the town
Word Warrior

Write an in-depth article on your Hashnode blog that's more than 2000 words and become a word warrior!

Word Warrior