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