Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
I want to know that how this equation is working.
Saurabh Sarkar
8y
281
1
Reply
class Program
{
static void Main(string[] args)
{
int x = 4, b = 2;
x -= b /= x * b;
Console.WriteLine(x + " " + b);
Console.ReadLine();
}
}
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
can i pass whole table as parameter in procedure to insert o
datagrideview cell