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 / vadivelt
Do shift the given number left once.
ie., n<<1
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is #define?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is the purpose of main( ) in c language?
What is page thrashing?
Does * p ++ increment p or what it points to?
How do you write a program which produces its own source code as output?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is a static variable in c?
Explain how to reverse singly link list.
What are keywords in c with examples?
What is the difference between array and structure in c?
How can you read a directory in a C program?
How can I change their mode to binary?
What is a static function in c?