Multiply an Integer Number by 2 Without Using Multiplication Operator


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

Post New Answer

More C Interview Questions

What are the different pointer models in c?

4 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


What is chain pointer in c?

0 Answers  


Difference between linking and loading?

0 Answers  






1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

0 Answers  


a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21

4 Answers   TCS,


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.

1 Answers  


What does extern mean in a function declaration?

4 Answers  


Why doesnt this code work?

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


Categories