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

what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Explain the properties of union. What is the size of a union variable

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


what is bitwise operator?

1 Answers   IBM,


What is the benefit of using an enum rather than a #define constant?

0 Answers  


what are non standard function in c

0 Answers  


What is meaning of tree

0 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


write a prgram of swapping with 2 valiables

6 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


What is the difference between typedef and #define?

0 Answers  


How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

1 Answers   HP, TCS,


Categories