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
Rajesh Thiru
NA
101
4.7k
how to convert static variable to non static normal variabl
Jan 12 2019 4:31 AM
how to assign the static variable value to non static variable and use it in non static method . i tried it but the i cannot access the static variable to non static
static int a=100;
int b= a;
in above how can i access it its not working
Reply
Answers (
1
)
Delegate and Event
How can I use web API action method in another action method