Write a program to check palindrome number in c programming?


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

Post New Answer

More C Interview Questions

any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


Explain how can you avoid including a header more than once?

0 Answers  


biggest of two no's with out using if condition statement

8 Answers  


What is the difference between int main and void main in c?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,






What is Memory leakage ?

2 Answers   HCL,


Can a variable be both static and volatile in c?

0 Answers  


Where are local variables stored in c?

0 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


Explain how can type-insensitive macros be created?

0 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


Categories