Courses
Log inStart Learning AI
Courses
Log inStart Learning AI
+ 1

write a program in C# to Check whether given number is power of 2 or not

powerisor2notofgivenchecknumberwhether
24th Nov 2016, 4:43 PM
Deepashri Bharat Barve
Deepashri Bharat Barve - avatar
2 Answers
+ 3
if((x != 0) && ((x & (x - 1)) == 0)) { //the number is power of 2. }
24th Nov 2016, 6:18 PM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
Is anyone else experiencing this Sololearn issue?
0 Votes
Best language?
0 Votes
How do I keep myself motivated in coding
0 Votes
Anyone have song names? Comment your favorites here for a project im working on
1 Votes
Bro can you fix yt error?
0 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Need suggestions to learn AI and ML
1 Votes
Bug in Completing AI Practice
0 Votes
Java full stack
0 Votes