We have as unsigned character like obff and I want program to count no of 1s occur in that character.

Asked by Last Modified  

7 Answers

Follow 0
Answer

Please enter your answer

BEST Technical Trainer & Freelancer

Rotate right or left 8 times thriugh carry and check the flag each time...
Comments

Software Development Professional

unsigned int v; // count the number of bits set in v unsigned int c; // c accumulates the total bits set in v for (c = 0; v; v >>= 1) { c += v & 1; } The naive approach requires one iteration per bit, until no more bits are set. So on a 32-bit word with only the high set, it will go through...
read more
unsigned int v; // count the number of bits set in v unsigned int c; // c accumulates the total bits set in v for (c = 0; v; v >>= 1) { c += v & 1; } The naive approach requires one iteration per bit, until no more bits are set. So on a 32-bit word with only the high set, it will go through 32 iterations. Let me know if you need more detailed explaination. read less
Comments

Programming Guru

You can make a loop attached with a counter and shift right each time. loop testing condition should be (obff!=0). and with the help of count variable you can count number of one's.
Comments

One-to-One Computer & Programming Coaching | 14+ Years of Excellence

Dear Siddhant, I am sending a link that can help you to understand the link please open and try to learn, if is there any problem must reply me.. and don't confuse in unsigned int and unsigned char.. you can(put) unsigned char instead of unsigned int..
Comments

JAVA CLASSES IN BANGALORE

Contact me.
Comments

Programmer

Write a if condition that checks the every index of the string with 1. If the condition is true then increase the count variable value by one. Count variable must declared at the beginning of the program itself.
Comments

Programmer

Write a if condition that checks each and every index of string with 1 until u reach null termination . If the condition is true then increase the value of count variable by one. Count variable must be declared at the beginning of the program. At last print the count variable. That's it. Have fun with...
read more
Write a if condition that checks each and every index of string with 1 until u reach null termination . If the condition is true then increase the value of count variable by one. Count variable must be declared at the beginning of the program. At last print the count variable. That's it. Have fun with programs. read less
Comments

View 5 more Answers

Related Questions

What should a person do if he /she is struggling in maths in class 9?
Start from the basics. Do more problems. if you know the basics & concepts, you can easily score good marks in exams.
Rahul
0 0
5
Should I stop my tuitions before 2 months of the board exam CBSE class 10?
NOT necessarily. if u use ur that precious time properly. its better to b with ur teacher till end.
Kumarpalaksha
0 0
5
Which book is good for Electronics
David A Bell, Robert Boyelsted etc
S
0 0
8
Is it a good option to do a CA after a BTech? If yes, what is the procedure?
There are few factors you have consider: 1. Why do you have the idea of pursuing CA, is it out of your personal interest or something like as in recent days engineering is getting diluted and shortage...
Varsha
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Learning a new technology
Each and every day new technologies are getting introduced. Its quite clear that to be part of the fast moving professional world you should be upto date with the cutting edge technologies in the market....
S

Saurav Singh

1 0
0

Difference between Engineering Mechanics and Mechanics of solids
Engineering mechnics (EM): 1.In EM deals with bodies as perfecly rigid bodies and also known as Mechanics of rigid bodies. 2. EM is the study of external forces that are acting on rigid body. 3....

Algorithms L1 (Introductory)
Why Algorithms?Modelling the Problem: Modeling is the art of formulating our application regarding precisely described, well-understood problems. Proper modelling is the key to applying algorithmic design...

Introduction to Blender 3D
Blender is a full-featured free software package under the open GPL, run on Windows, Linux or Mac Operating system. It is a 3D development package. The primary motivation to write this blog springs from...

Losses in a Transformer
The transformer is a Static device, i.e., It has no moving parts so by common sense it must have the highest efficiency among all the other electrical machines and also higher than that of rotating machines.The...

Recommended Articles

MBA, Medicine and engineering are the three main professional courses in India. Engineering is still one of the highly sorted after professional courses in the under graduate level, while MBA is favoured as a preferred post graduate course. To shine in these courses, one needs to work and study hard. Engineering as a...

Read full article >

According to a recent survey conducted by the NCAER (National Council of Advanced Economic Research), engineering is the most sought after course in India. Some engineering courses are offered as BE or Bachelor of Engineering while some as Bachelor in Technology or B.Tech. Since engineering is a professional course, the...

Read full article >

Appearing for exams could be stressful for students. Even though they might have prepared well, they could suffer from anxiety, tension etc. These are not good for their health and mind. However, following a few exam preparation tips can save them from all these and help them to score good marks. Let’s find out all...

Read full article >

While schools provide formal education to the children, the home is where they start learning about things informally. Parents think that schools will take the initiative to educate their children. Well, this is partially true, as parents also play an essential role in bringing up their child. For the development of particular...

Read full article >

Looking for BTech Tuition ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you