write a C program, given number is double without using addt
ion and multiplication operator?ex:n=6,ans=12,pls send me ans
to goviseenu@gmail.com
Answer Posted / venu
lol, you can't use bitwise operators on double. can be used
only for integers.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Explain do array subscripts always start with zero?
Explain the use of #pragma exit?
Why do we use pointer to pointer in c?
find the sum of two matrices and WAP for it.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain is it better to bitshift a value than to multiply by 2?
How can I find out if there are characters available for reading?
Is c a great language, or what?
Explain what are multibyte characters?
How are Structure passing and returning implemented by the complier?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is declaration and definition in c?
Explain what does a function declared as pascal do differently?
What does a function declared as pascal do differently?