Write a program to reverse a given number in c language?


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

Post New Answer

More C Interview Questions

How can you determine the maximum value that a numeric variable can hold?

0 Answers  


What is the difference between exit() and _exit() function in c?

0 Answers  


Explain how do you print only part of a string?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


How the c program is executed?

0 Answers  


Two's compliment of -5

4 Answers   Adobe,


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


How can I copy just a portion of a string?

0 Answers  


What is string length in c?

0 Answers  


Find the highest of three numbers and print them using ascending orders?

1 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,


Categories