Answer Posted / bhupende r singh
The bitwise shift operators move the bit values of a binary
object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What's a good way to check for "close enough" floating-point equality?
What is quick sort in c?
What is the general form of function in c?
Why is this loop always executing once?
Explain how can I convert a string to a number?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Is c a great language, or what?
Explain what is a const pointer?
what is the function of pragma directive in c?
what is stack , heap ,code segment,and data segment
I have a varargs function which accepts a float parameter?
Explain what are bus errors, memory faults, and core dumps?
Explain what are linked list?
What is a structure member in c?