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 |
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is the process to generate random numbers in c programming language?
how can i get this by using for loop? * ** * **** * ******
write a program to print the all 4digits numbers & whose squares must me even numbers?
What is Heap?
What is the difference between array and pointer in c?
What does %d do in c?
When would you use a pointer to a function?
write a progrmm in c language take user interface generate table using for loop?
what is use#in c
What are c preprocessors?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?