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 does c in a circle mean?

0 Answers  


What are the __date__ and __time__ preprocessor commands?

0 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.

4 Answers  


what is an inline fuction??

2 Answers  






sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?

2 Answers  


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


How can I make it pause before closing the program output window?

0 Answers  


atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


Write a program to swap two numbers without using the third variable?

0 Answers  


how to reverse string "Hello World" by using pointers only. Without any temp var

1 Answers  


Categories