Thread
:
[SOLVED] write a 'c'program 2 have the following o/p?
View Single Post
#
3
(
permalink
)
06-13-2007, 09:24 AM
HelloWorld
PT Admin
Awards Showcase
Total Awards
: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,119
iTrader: (
0
)
Code:
char suffix = '\0'; //Empty string.
isn't that empty char? can't we also use
Code:
String suffix = "\n"; //go to next line
__________________
HelloWorld
View Public Profile
Send a private message to HelloWorld
Find all posts by HelloWorld