Coding style of C Language
Coding style in C Language includes naming conventions, variable names, datatypes, functions, and more. Follow this article to learn about them.
Read MoreCoding style in C Language includes naming conventions, variable names, datatypes, functions, and more. Follow this article to learn about them.
Read MoreElements that make up a C Language includes variables, data types, arrays, functions and many more. Follow this article to learn about them in detail.
Read MoreNode.js is written in C/C++ for multiple reasons which include fast running, better performance, direct interaction with the OS and other such reasons.
Read MorePractical tutorial on how to use the read() function to read the files and the methods that the C language provides to detect and identify the errors.
Read MoreGuide on what a string consists of in the C language, their elements, the kind of data they use, how they are encoded, and what characters each type supports.
Read MorePractical tutorial on how to use the getcwd() function to determine the current working directory of the calling program in C langugage and their errors.
Read MorePractical tutorial on how to use the free() function to free the dynamically allocated memory using its syntax and the theoretical description of how it works.
Read MoreTutorial on how to use the pthread_cancel() function to ask the system to terminate a running thread and how to compile the programs from the pthread library.
Read MoreComprehensive guide on how to use the gethostbyname() function in C language to get an information about a hostname and how a “hostent” structure is composed.
Read MoreTutorial on how to use the open() function to open the files, its theoretical description and input arguments, and the data type that is used in each case.
Read MorePractical tutorial on how to use the printf() function and its method call to write the “Hello World” classic phrase in C language to the Linux command console.
Read MorePractical tutorial on how to use the strsep() function, the theoretical explanation of its operation, its syntax, and the type of data that they each accept.
Read MoreComprehensive tutorial on how to use the strdup() function, its syntax, its theoretical explanation about its usage, and its input and output arguments.
Read MoreGuide on how to use the conditional “do-while” loop, what the conditional loops are consist of and discussed the different options available in the C language.
Read MoreThe three ways to initialize structs in C languages are: initialization at declaration, using individual assignments, and using dot operator.
Read MoreThis article discusses three different functions to get a substring from a longer string. Follow this article to learn about them.
Read MoreGuide on how to use the isdigit() function in C language, the theoretical description of this function, its syntax, input and output arguments, and data type.
Read MoreGuide on the pthread library of POSIX standard to increase the speed of the finished program by executing multiple threads in parallel with the main function.
Read MoreIn this Linux Hint article, you will learn how to specify the read and write attributes of files using the O_RDONLY, O_WRONLY, and O_RDWR flags.
Read MoreIn this Linux Hint article, we explained everything you need to know about working with structures of type sockaddr_in and the data each of its members stores.
Read More