|
Related Questions |
View Answer |
|
Which bit wise operator is suitable for checking whether a particular bit is on or off ?
|
View Answer
|
|
How I can add two numbers in c language without using Arithmetic operators? `
|
View Answer
|
|
How to convert decimal to octal and hexadecimal & binary using shift registers?
|
View Answer
|
|
Assign a=56;how to separate that number(ie:5,6) and multiply(ie:5*6) using bitwise operator?
|
View Answer
|
|
How to add 2 numbers without + sign?
|
View Answer
|
|
Write A Program With Out Using ;
|
View Answer
|
|
Write Addition of two numbers using Bitwise operators.
|
View Answer
|
|
What is pointers and its uses?
|
View Answer
|
|
What is the use of Bitwise operators? what is the use of unformatted Input/Output functions?
|
View Answer
|
|
When is a switch statement better than multiple if statements?
|
View Answer
|
|
How will you print % character?
|
View Answer
|
|
Write a code for implementation of doubly linked list with use of single pointer in each node
|
View Answer
|
|
Why don't we add null pointer at the end of array of integer?How can we calculate the length of array of integer?
|
View Answer
|
|
How can i find size of a variable without using sizeof() operator?
|
View Answer
|
|
What is a const pointer?
|
View Answer
|
|
When should a type cast not be used?
|
View Answer
|
|
Can math operations be performed on a void pointer?
|
View Answer
|
|
What is a modulus operator? What are the restrictions of a modulus operator?
|
View Answer
|
|
Why n++ executes faster than n+1?
|
View Answer
|