Give a fast way to multiply a number by 7
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is difference between main and void main?
Why is c so important?
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is the difference between realloc() and free()
Prove or disprove P!=NP.
what is the difference between declaration ,defenetion and initialization of a variable?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain threaded binary trees?
explain what is an endless loop?
What do you know about the use of bit field?
What is the use of void pointer and null pointer in c language?