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
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
Can we access the array using a pointer in c language?
Explain how can I avoid the abort, retry, fail messages?
What are the 5 types of inheritance in c ++?
what is the function of pragma directive in c?
What is ambagious result in C? explain with an example.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Explain the difference between strcpy() and memcpy() function?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are the different types of endless loops?
What is the purpose of void pointer?
what is the difference between class and unio?
What are the different categories of functions in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is pass by reference in functions?