Be Calm And Keep Coding.
Start Cdong today with simple2code.com and improve your coding skill. for beginners, students, and for all.
Learn Tutorials on Various Programming Languages such as C, Java, C++, and many more.
Select the Topic
C – Structure and Function
Just like any other variables that are passed in a function, structure can also be pas structs to functions. But before that you must go ...
Read More
Read More
C Nested Structure
Nested Structure in C is nothing but the structure within a structure. We can declare a structure inside a structure and have its own member ...
Read More
Read More
C – Structures and Pointers
In this tutorial, you will learn how to use pointers in structure and how to access the members of structure using pointer. But before, if ...
Read More
Read More
Structure in C with Example
In C programming, the structure is user-defined data types that allow us to store the combination of different data types together. All the different data ...
Read More
Read More
C String – strchr() function
strchr() function in C is used to search the stated character in a string. It searches the string for the character and stops when the ...
Read More
Read More
C String – strupr() function
strupr() function in C String converts all the characters present in a given string to Uppercase. The strupr() function is defined in the header file ...
Read More
Read More