unknown letters printing
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hello sir This is my program
char block\[3\]; block\[0\] = 'a';block\[1\] = 'a';block\[2\] = 'a'; cout << block;
out of this program aaa╠╠╠╠╠╕ ↕ why this kind unknown character is printing ...
:~ Failure is Success If we learn from it!!:~
-
hello sir This is my program
char block\[3\]; block\[0\] = 'a';block\[1\] = 'a';block\[2\] = 'a'; cout << block;
out of this program aaa╠╠╠╠╠╕ ↕ why this kind unknown character is printing ...
:~ Failure is Success If we learn from it!!:~
char block[4];
block[3] = '\0';"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius