No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
u have to use '\0' in place of \n the string ends with a '\0' so use this while(character=(getchar()!='\0') it will work
what is the use of making a variable public. After all the client is provided only with the .exe code So now whats the actual use of maling a variable private?
Learning C language is the best place to start the journey of programming... It doesnt need any previous programming experience And please dont opt for an IDE at the beginning of learning C IDE does make the things look easy but its better to learn C using a basic compiler.. …
THis doesn't turn up showing an error message.. this is because there is [COLOR="Green"]no array bound checking in C[/COLOR] AS far as C is concerned its completely the resposibility of the programmer to ensure that the array indices are within array size limits....
i know that the prototype of putchar() is: int putchar(int ch); eventhough its return type is int why does it print ch in character format instead of printing it as its ascii equivalent?
The End.
asterix15