[C] ProtoypingI see. Thanks for the heads up then.
[C] ProtoypingJust wanna confirm something: [code] void insertData(int); [/code] The reason why this worked is b...
[C] ProtoypingHi guys, quick question. How can I prototype this function? Usually for a function using the basic d...
Binary TreesSorry, here: [code] struct bin_tree { int data; struct bin_tree * right, * left; }; typedef struc...
Binary TreesHi guys, sorry I have some questions about Binary Trees. Hope you guys don't mind answering them: [...
This user does not accept Private Messages