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

What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


find the sum of two matrices and WAP for it.

0 Answers   Huawei,


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


What is pointer to pointer in c?

0 Answers  


program to find the ASCII value of a number

8 Answers  


Why are all header files not declared in every c program?

0 Answers  


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


why i join syntel?

23 Answers   ABC, Syntel, TCS,


How do you convert strings to numbers in C?

0 Answers  


What does static mean in c?

1 Answers  


Categories