![]() |
C programme pls help
Hello All,
I just want to ask what this programme does. Actually i know what it does, i just wanna know the exact operation of it. Code:
char *u ; //declare the stringOK what i dont get is the for loop. what does it do exactly with the string(z=p[i])? Is it trying to read the word using the dynamic way? How does it do that? :confused: The programme is supposed to read the u character when its pressed from the keyboard and the extract the word university.. I know its very simple but i'm a beginner...so pls help me!!!! :( |
Re: C programme pls help
The loop reads the word, one letter at a time, until it reaches the end of the word.
|
| All times are GMT +5.5. The time now is 07:01. |