Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Madawar

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

Member Avatar for plebbeh
0
1K
Member Avatar for asterix15

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?

Member Avatar for stultuske
0
110
Member Avatar for p0l4rb34r

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.. …

Member Avatar for asterix15
0
176
Member Avatar for Rass Saee

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....

Member Avatar for asterix15
0
102
Member Avatar for asterix15

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?

Member Avatar for anirudh33
0
145

The End.