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
upendra Girish
NA
5
0
Confusion over use of static keyword
Jan 17 2009 5:31 AM
Hi All - my first post here - pls dont shoot me :D
Since static functions can access only static variables, how is it that we can use non-static variables inside Main() which is also declared as - public
static
void Main(string[] args) ?
ex - public static void Main(string[] args)
{
int i;
// how can this be used ? its not a static variable !
//...........etc...
}
Reply
Answers (
4
)
problem with properties
Visual Basic program to PDA