The ones who are crazy enough to think they can change the world are the ones who do.- Steve Jobs
Refer for More C Relational Operators.
Refer for More C Bitwise Operators.
Refer for More C Logical Operators.
Using sizeof() operator, we can identified the size of the variable. While the programmer plays with dynamic memory allocation, the sizeof() operator is the one which is most frequently get used.
In C, the typedef(keyword) allows the programmers to define the new data type name by using existing data types in C. The existing data types are int, char, float, arrays, structures and so on. There is no new data type is produced, rather than a new data type name is created. Once a new data type name is created, then variables, structures, arrays can be declared and initialized in terms of the new data type name. Refer for More C Typedef.
We may make mistakes(spelling, program bug, typing mistake and etc.), So we have this container to collect mistakes. We highly respect your findings.
© Copyright 2019