離婁之明、公輸子之巧、不以規矩、不能成方圓。《孟子》
不聞不若聞之,聞之不若見之,見之不若知之,知之不若行之,學至於行之而止矣。《荀子·儒效》
Server Temperatures (degC)
2026-07-27 11:30, 50,50,48,48
The readings will be updated at a regular interval by the cron job (e.g. 15 min). Refresh the page to get new readings.
Posts Listing
Learn C Language (19) – Command Line Arguments
Reference Tutorial Point – C Tutorial Command Line Arguments It is possible to pass some…
Learn C Language (18) – Memory Management
Reference Tutorial Point – C Tutorial Memory Management The C programming language provides several functions…
Learn C Language (17) – Variable Arguments
Reference Tutorial Point – C Tutorial Variable Arguments In C, you can define a function…
Learn C Language (16) – Recursion
Reference Tutorial Point – C Tutorial See this article in the Reference
Learn C Language (15) – Error Handling
Reference Tutorial Point – C Tutorial Error Handling C programming does not provide direct support…
Learn C Language (14) – Type Casting
Reference Tutorial Point – C Tutorial Type Casting Converting one datatype into another is known…
Learn C Language (13) – Header Files
Reference Tutorial Point – C Tutorial Header Files A header file is a file with…
Learn C Language (12) – Preprocessors
Reference Tutorial Point – C Tutorial Preprocessor The C Preprocessor is not a part of the compiler,…
Learn C Language (11) – File I/O
Reference Tutorial Point – C Tutorial Opening Files FILE *fopen( const char * filename, const…
Learn C Language (10) – Input and Output
Reference Tutorial Point – C Tutorial Input and Output When we say Input, it means to…
Learn C Language (9) – typedef
Reference Tutorial Point – C Tutorial typedef typedef is used to give a type a…
Learn C Language (8) – Bit Fields
Reference Tutorial Point – C Tutorial Bit Field Declaration Suppose your C program contains a…
Learn C Language (7) – Unions
Reference Tutorial Point – C Tutorial Defining a Union A union is a special data type available…
Learn C Language (6) – Structures
Reference Tutorial Point – C Tutorial Defining a Structure Use the struct statment. The struct…
Learn C Language (5) – Strings
Reference Tutorial Point – C Tutorial Strings Strings are actually one-dimensional array of characters terminated…
Learn C Language (4) – Pointers
Reference Tutorial Point – C Tutorial C Pointers Pointers Some tasks are performed more easily…
Learn C Language (3) – Arrays
Reference Tutorial Point – C Tutorial Array Basically a collection of variables of the same…
Learn C Language (2)
Reference Tutorial Point – C Tutorial Storage Classes A storage class defines the scope (visibility)…
