Avoid memory wastage | Arthi | 5.6 |
Get a copy of the standard | Thantos | 5.6 |
take advantage of array indicies | Dave | 5.6 |
pre & post increment & decrement operators | jay | 5.6 |
Turn off optimization when debugging | Ashok Kumar | 5.5 |
Doing calculations | Linuxguru | 5.5 |
Make pointer and reference arguments const | Akshay | 5.5 |
Comment! | VOX | 5.5 |
Give Proper Names to Your Variables | Maragato | 5.5 |
char *pa; and char a[]; | avdtech | 5.5 |
Indent your Program | Prashant Sahay | 5.5 |
match the out side world ideas to logical designin | mady | 5.4 |
Put braces around if statement code, part 2 | PING | 5.3 |
Compiling 32-bit code on a 64-bit machine | vinay Kumar | 5.0 |
Cute but dangerous code, finding the larger integer without using comparisons | Prakash Samy | 5.0 |
Don't modify a variable more than once in a single statement | Ganga R Jaiswal | 5.0 |
Operator Associativity and Hierarchy | Avinash | 5.0 |
What is pointer arithmetic? | Umer khan | 4.6 |
Decompose before you code | Abhinandan Pandey | 4.5 |
finding size of variable without using sizeof() | Rajesh punia | 4.0 |
swap with out using temporary | raghava | 4.0 |
Arguments for Main | Sajan | 3.7 |
Automatic Array initialisation | kedar | 3.7 |
creating a messagebox on Windows | Amarjeet Kawathe | 3.5 |
Check the return value of scanf( ) | citizen | 3.2 |
Be careful of Magic behaviour due to compilers | manik | 3.0 |
increment and decrement on pointer | RAJKUMAR | 3.0 |
Checking if two arrays are equal | Unnikrishnan T A | 0.7 |
Assigning a char array to another char array | Brian Plummer | 0.5 |
Increment and decrement counters with rollover | Lee Walker | 0.0 |