Tests on charactersSo if it returns \n also, then the test should be [code](in = 'p\n') [/code]?
Tests on charactersI'm trying to use getchar to determine what to do in the program. So if I type in p in the progra...
Passing addresses into functionsGood help guys, but Incubbus, wouldn't[code] *(ptr+1)[/code] give me the address [u]where [/u]the[co...
Passing addresses into functionsI'm writing in c btw. I have the address of a memory block, [code]float ptr[/code], containing [c...
if LoopsThanks, I keep reading incorrectly that x equal y, and not x is assigned the value of y.