TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dinesh kumar
NA
4
672
Basic keyword in c#
Sep 20 2016 11:30 AM
Console.write - it is used to print in same line Console.writeline - it is used to print in new line Console.readkey()- it is used to end the program PROGRAM using system { Static void main() { Console.write("hello, welcom to c#"); Console.write("thanking you"); Console.readkey(); } } OUTPUT hello, welcome to c# thanking you
Reply
Answers (
5
)
toolbox form components problems
Add/remove user controls programaticaly to placeholder