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
sameer shaikh
NA
177
38.9k
I got error when i used const keyword in Main Method
Jun 8 2016 6:24 AM
Class Sample
{
public const int i = 3; //
public static void Main(string[] args)
{
public const string name = "sameer";
public const int id = 10;
}
}
if remove public in Main method then every thing is well. please let me know how is it?
Reply
Answers (
4
)
how to compile exe?without source code
How do i dynamically display images from the folder