hello \Z'Is Some Text'\v'-.25m'\D'l \w'Is Some Text'u 0'\v'.25m' i am gavin
- Remember these points:
- All variables refer to data.
- All data resides in memory.
- Every memory location has an address.
- C exposes these details for us to use in our programs
int ch, cnt = 0;
do {
ch = getchar();
if (ch == BLANK)
cnt += 1;
} while (ch != '\n');
.bp
T | p |
---|---|
T | q |
- | r |
T | F |
(p
(p