Give a fast way to multiply a number by 7
Answer Posted / 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 |
Post New Answer View All Answers
What are the restrictions of a modulus operator?
What does 3 periods mean in texting?
How can you determine the maximum value that a numeric variable can hold?
How arrays can be passed to a user defined function
Write a function that will take in a phone number and output all possible alphabetical combinations
How can I prevent another program from modifying part of a file that I am modifying?
Does sprintf put null character?
What are the basic data types associated with c?
Explain what are preprocessor directives?
Is c high or low level?
What is function and its example?
What are shell structures used for?
What are the advantages and disadvantages of c language?
How can I change their mode to binary?
When a c file is executed there are many files that are automatically opened what are they files?