Explain is it better to bitshift a value than to multiply by 2?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the three constants used in c?

0 Answers  


write a program for even numbers?

19 Answers   TCS,


write a program that finds the factorial of a number using recursion?

13 Answers   Infosys, TATA,


Explain why c is faster than c++?

0 Answers  


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,






What are the properties of union in c?

0 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  


nic scientist exam

1 Answers   NIC,


What is switch in c?

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Categories