How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Answer Posted / raj
n&0x11111110
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
How to write c functions that modify head pointer of a linked list?
What is pointers in c with example?
When should a type cast be used?
Explain the bubble sort algorithm.
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
How will you write a code for accessing the length of an array without assigning it to another variable?
Is c procedural or object oriented?
What is the difference between far and near in c?
what do you mean by enumeration constant?
How macro execution is faster than function ?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Write a program to generate the Fibinocci Series
What is extern c used for?
For what purpose null pointer used?