It's displaying a 'c' type character with a bit above it. This was the same as i was getting before. Is there a another header i should be using?...
Thanks for this :)
Hi all. As the title says. Not sure where i'm going wrong. #include <stdio.h> int main() { printf("How do i display a pound sign?...
Thanks Shabbir. I was getting confused because i thought "strcasecmp" was the only function that wasn't case sensitive. I didn't realise that...
The comparison is case sensitive. "strcmp" is case sensitive and "strcasecmp" isn't case sensitive (according to my book, could my book be...
Hi all. I cannot see why there is a letter 'i' after the strcmp function? The program runs fine without it and it doesn't explain in my book why...
Hi Guys. Another quick question for you. I have just come across the %i place holder but i don't understand the difference between %i and %d....
Hi guys. Whats the difference between these two loops. From what i can see they both do exactly the same thing. Can anyone shed any light on...
I was working multiplication first before division. I was working from left to right but skipping division if i came across it first. I didn't...
I was just trying to show how i had gone wrong. I was doing the following: I was going to the multiflication first as in. 12-25/5+7*2...
I have miss understood that then too. The important bit is that i now understand it from your explination. I have tested myself with long random...
Thanks you very much for your answer. This has made it a lot clearer. I was looking at the following and i guess i miss understood :). I'm sure i...
Hi all. I have been here before but not for a while. I hope my question is in the right section :). I am new to learning C and seem to be picking...
I think i understand now. I have read that input from the keyboard is text. Does punching a number in come as text too. Is this why the % symbol...
Thanks for the reply, i was starting to think i had asked a really dumb question. I understand about the conversion when using the gets...
Hi all, i'm new on this site and have some what i think are simple questions. I have had a good look on here and i feel a bit silly asking these...
Hi all, as you may be aware i'm new here. I have posted my introduction in the introduction thread (unlike some :)) I have just started learning...
Separate names with a comma.