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
Prakash Vidwans
NA
5
1.3k
Meaning of code and be Output of it !
Nov 27 2013 1:25 AM
Hi guys ,
Please help me to understand the following code meaning !
Code :
byte
b1 =
0xAB
;
byte
b2 =
0x99
;
byte
temp;
temp = (
byte
)~b2;
Console.Write(temp +
" "
);
temp = (
byte
)(b1 << b2);
Console.Write (temp +
" "
);
temp = (
byte
) (b2 >>
2
);
Console.WriteLine(temp);
Reply
Answers (
1
)
Bind menustrip control from database using C#
How to embed a pdf help file in my C# windows form applicati