Tag: cplusplus
All the articles with the tag "cplusplus".
In C/C++, array is just a pointer..
Published: at 05:04 AMArray is derived data type that has been used anywhere due to its ability to constructed primitive data types (int, float, char) and grouped multiple value of the same type together.
Why signed int -10 is higher than unsigned int 5 in C?
Published: at 06:08 PMI just scrolling Twitter when I found an interesting tweet about C code screenshot and its behavior, as shown in the attached image, the code looks just fine until you look at code execution result.