Give a fast way to multiply a number by 7

Answers were Sorted based on User's Feedback



Give a fast way to multiply a number by 7..

Answer / shivangi

Hi Tejonath
What is your logic in your answere.Its absolutely correct.
I'm asking is there any generic way to do this?could you
please reply here or answere me to
verma_shivangi@yahoo.co.in

Is This Answer Correct ?    4 Yes 9 No

Give a fast way to multiply a number by 7..

Answer / siva

Hi Tejonath
What is your logic in your answere.Its absolutely correct.
I'm asking is there any generic way to do this?could you
please reply here or answere me to gvsivannarayana@yahoo.com

Thanks&Regards
siva..

Is This Answer Correct ?    4 Yes 11 No

Give a fast way to multiply a number by 7..

Answer / anveshbanti

void main()
{
int a=i;
printf(enter i value");
scanf("%d",&i)
int res=i*7;
printf("result is " res);
}

Is This Answer Correct ?    2 Yes 19 No

Give a fast way to multiply a number by 7..

Answer / mani

n=n*7;

Is This Answer Correct ?    9 Yes 47 No

Give a fast way to multiply a number by 7..

Answer / atul sharma

(x<<2)-1

Is This Answer Correct ?    15 Yes 89 No

Post New Answer

More C Interview Questions

what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


What will be printed as the result of the operation below: #include<..> int x; int modifyvalue() { return(x+=10); } int changevalue(int x) { return(x+=1); } void main() { int x=10; x++; changevalue(x); x++; modifyvalue(); printf("First output:%d\n",x); x++; changevalue(x); printf("Second output:%d\n",x); modifyvalue(); printf("Third output:%d\n",x); }

2 Answers  


Add 2 64 bit numbers on a 32 bit machine

3 Answers   EMC, Hyderabad Central University, NetApp,


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


what is software?

7 Answers   Wipro,






Explain what is the benefit of using const for declaring constants?

0 Answers  


SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1

4 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


What is Your Name :)

1 Answers  


Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


Categories