C
Browse 170 guides in C
Showing 30 of 170 guides
(Page 4 of 6)
📄
How to print in C
Learn how to print in c with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

How do you implement options for your C programs in Unix Terminal?
Learn how do you implement options for your c programs in unix terminal? with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

What is the purpose of the procedure linkage table?
Learn what is the purpose of the procedure linkage table? with practical examples, diagrams, and best practices. Covers c, linux, binary development techniques with visual explanations.

How can I convert an int to a string in C?
Learn how can i convert an int to a string in c? with practical examples, diagrams, and best practices. Covers c, string, integer development techniques with visual explanations.
📄
How to debug using gdb?
Learn how to debug using gdb? with practical examples, diagrams, and best practices. Covers c, gdb development techniques with visual explanations.

How to calculate the length of a string in C efficiently?
Learn how to calculate the length of a string in c efficiently? with practical examples, diagrams, and best practices. Covers c, string, performance development techniques with visual explanations.
📄
How do function pointers in C work?
Learn how do function pointers in c work? with practical examples, diagrams, and best practices. Covers c, function-pointers development techniques with visual explanations.
📄
What is 0[p] doing?
Learn what is 0[p] doing? with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.
📄
What's the difference among array, &array and &array[0] in C language?
Learn what's the difference among array, &array and &array[0] in c language? with practical examples, diagrams, and best practices. Covers c, arrays, pointers development techniques with visual exp...
📄
Why is C used as the main programming language for operating systems?
Learn why is c used as the main programming language for operating systems? with practical examples, diagrams, and best practices. Covers c, operating-system, programming-languages development tech...

Why are 4 characters allowed in a char variable?
Learn why are 4 characters allowed in a char variable? with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.
📄
Variables C String string.h useage
Learn variables c string string.h useage with practical examples, diagrams, and best practices. Covers c, string, variables development techniques with visual explanations.
📄
Arbitrary length string in C
Learn arbitrary length string in c with practical examples, diagrams, and best practices. Covers c, string development techniques with visual explanations.
📄
C Macro Question -(x) vs (-x)
Learn c macro question -(x) vs (-x) with practical examples, diagrams, and best practices. Covers c, macros development techniques with visual explanations.

Use of 'Empty Target' in makefile
Learn use of 'empty target' in makefile with practical examples, diagrams, and best practices. Covers c, makefile, gnu-make development techniques with visual explanations.
📄
What does &= mean?
Learn what does &= mean? with practical examples, diagrams, and best practices. Covers c, termcap development techniques with visual explanations.

/usr/bin/ld cannot find -lfftw3?
Learn /usr/bin/ld cannot find -lfftw3? with practical examples, diagrams, and best practices. Covers c, makefile, fftw development techniques with visual explanations.
📄
What are the most useful new features in C99?
Learn what are the most useful new features in c99? with practical examples, diagrams, and best practices. Covers c, c99 development techniques with visual explanations.

What is newline character -- '\n'
Learn what is newline character -- '\n' with practical examples, diagrams, and best practices. Covers c, unix, vim development techniques with visual explanations.
📄
What does "1e" mean?
Learn what does "1e" mean? with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

How many bytes do pointers take up?
Learn how many bytes do pointers take up? with practical examples, diagrams, and best practices. Covers c, pointers development techniques with visual explanations.

How do I execute a .c file?
Learn how do i execute a .c file? with practical examples, diagrams, and best practices. Covers c development techniques with visual explanations.

How to join a thread that is hanging on blocking IO?
Learn how to join a thread that is hanging on blocking io? with practical examples, diagrams, and best practices. Covers c, linux, multithreading development techniques with visual explanations.

What is the difference between shared and dynamic libraries in C?
Learn what is the difference between shared and dynamic libraries in c? with practical examples, diagrams, and best practices. Covers c, shared-libraries, dynamic-library development techniques wit...
📄
How do you find all matches in regexes with C?
Learn how do you find all matches in regexes with c? with practical examples, diagrams, and best practices. Covers c, regex, posix development techniques with visual explanations.

Quick Way to Implement Dictionary in C
Learn quick way to implement dictionary in c with practical examples, diagrams, and best practices. Covers c, data-structures, dictionary development techniques with visual explanations.
📄
Write to .txt file?
Learn write to .txt file? with practical examples, diagrams, and best practices. Covers c, linux development techniques with visual explanations.
📄
Need Floating Point Precision Using Unsigned Int
Learn need floating point precision using unsigned int with practical examples, diagrams, and best practices. Covers c, floating-point, integer development techniques with visual explanations.

C programming in Visual Studio
Learn c programming in visual studio with practical examples, diagrams, and best practices. Covers c, visual-studio development techniques with visual explanations.

How to convert a string to integer in C?
Learn how to convert a string to integer in c? with practical examples, diagrams, and best practices. Covers c, string, atoi development techniques with visual explanations.