C
Browse 170 guides in C
Showing 20 of 170 guides
(Page 6 of 6)

Evaluation of OR'd if conditions
Learn evaluation of or'd if conditions with practical examples, diagrams, and best practices. Covers c, if-statement, conditional-statements development techniques with visual explanations.

Chat client in c
Learn chat client in c with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

Find out if exists #define by it's name
Learn find out if exists #define by it's name with practical examples, diagrams, and best practices. Covers c, qt, c-preprocessor development techniques with visual explanations.

What does ## mean for the C(C++) preprocessor?
Learn what does ## mean for the c(c++) preprocessor? with practical examples, diagrams, and best practices. Covers c, c-preprocessor, stringification development techniques with visual explanations.
📄
small c compiler for educational purpose
Learn small c compiler for educational purpose with practical examples, diagrams, and best practices. Covers c, compiler-construction, xv6 development techniques with visual explanations.
📄
Creating A window using x library programming for C programming
Learn creating a window using x library programming for c programming with practical examples, diagrams, and best practices. Covers c, xlib development techniques with visual explanations.

Difference between x and &x in c
Learn difference between x and &x in c with practical examples, diagrams, and best practices. Covers c, pointers development techniques with visual explanations.
📄
What does WEXITSTATUS(status) return?
Learn what does wexitstatus(status) return? with practical examples, diagrams, and best practices. Covers c, unix, signals development techniques with visual explanations.
📄
Using Boolean values in C
Learn using boolean values in c with practical examples, diagrams, and best practices. Covers c, boolean development techniques with visual explanations.

Is there a printf converter to print in binary format?
Learn is there a printf converter to print in binary format? with practical examples, diagrams, and best practices. Covers c, printf development techniques with visual explanations.

What is meaning of ":" in struct C
Learn what is meaning of ":" in struct c with practical examples, diagrams, and best practices. Covers c, struct development techniques with visual explanations.
📄
M option in make command, Makefile
Learn m option in make command, makefile with practical examples, diagrams, and best practices. Covers c, linux, makefile development techniques with visual explanations.

Explanation what for(i=0;1;i++) does in C?
Learn explanation what for(i=0;1;i++) does in c? with practical examples, diagrams, and best practices. Covers c, string, for-loop development techniques with visual explanations.
📄
Zombie process vs Orphan process
Learn zombie process vs orphan process with practical examples, diagrams, and best practices. Covers c, unix, fork development techniques with visual explanations.
📄
Is the type `stack_t` no longer defined on linux?
Learn is the type `stack_t` no longer defined on linux? with practical examples, diagrams, and best practices. Covers c, linux, ucontext development techniques with visual explanations.
📄
What does '#include <stdio.h>' really do in a C program
Learn what does '#include <stdio.h>' really do in a c program with practical examples, diagrams, and best practices. Covers c, include, stdio development techniques with visual explanations.
📄
Core dumped, but core file is not in the current directory?
Learn core dumped, but core file is not in the current directory? with practical examples, diagrams, and best practices. Covers c, linux, coredump development techniques with visual explanations.
📄
Writing a push and pop in c
Learn writing a push and pop in c with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

Include double-quote (") in C-string
Learn include double-quote (") in c-string with practical examples, diagrams, and best practices. Covers c, string development techniques with visual explanations.

Conversion specifier %ju
Learn conversion specifier %ju with practical examples, diagrams, and best practices. Covers c, printf, scanf development techniques with visual explanations.