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 |
Taking an example,differentiate b/w loader and linker ?
What are the different types of endless loops?
no consistent academics. how to answer the question
write a program that explain #define and # undef directive
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
Name the language in which the compiler of "c" in written?
Stimulate calculator using Switch-case-default statement for two numbers
What are derived data types in c?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
What is clrscr ()?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables