Write a Program to find whether the given number or string is palindrome.


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

Post New Answer

More C Interview Questions

What will be the output of x++ + ++x?

20 Answers   MBT, Religare,


Explain about C function prototype?

0 Answers  


what is an array

5 Answers  


What does main () mean in c?

0 Answers  


Tell me what are bitwise shift operators?

0 Answers  






main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

0 Answers  


What is a program flowchart and how does it help in writing a program?

0 Answers  


Why is c so important?

0 Answers  


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


How does pointer work in c?

0 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


Categories