Answer Posted / rajkumar
#include<stdio.h>
void main()
{
int a;
a=a>>4;
if(a%2==1)
printf("the bit is set");
else
printf("the bit is not set");
}
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How does #define work?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Describe dynamic data structure in c programming language?
what is ur strangth & weekness
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Write a function that will take in a phone number and output all possible alphabetical combinations
What is typeof in c?
What are types of structure?
Explain what is the advantage of a random access file?
Why is C language being considered a middle level language?
How can you allocate arrays or structures bigger than 64K?
What is enumerated data type in c?
Explain how can a program be made to print the name of a source file where an error occurs?
Are pointers really faster than arrays?
What is the process of writing the null pointer?