Write a program to reverse a given number in c?


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

Post New Answer

More C Interview Questions

Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  






WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


What does %p mean?

0 Answers  


What is c value paradox explain?

0 Answers  


What is a static function in c?

0 Answers  


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Why we use void main in c?

0 Answers  


Categories