Static strucHello, I have this struct [code]static struct { int value1; int value2; int used; } ...
Graph traversal Hello, I have this simple map and im trying to find all the paths between any two nodes. A ...
arraysthe array demand is [n][n] n=18. so im using "n" to scan all the rows and coloms of the dmand matr...
arraysHello, Everytime I try to run this code, it compiles with no errors. but when I run it it gives a...
bits manipulationHi all I used this code to switch bit4 with bit0 [code] a0=a & 0x01; a4=a & 0x10; aa=a & ...
This user does not accept Private Messages