How can I change their mode to binary?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What type of function is main ()?

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


Is that possible to store 32768 in an int data type variable?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,






Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What math functions are available for integers? For floating point?

0 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

0 Answers   Ignou, Microsoft,


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Why do we need volatile in c?

0 Answers  


Categories