Write programs for String Reversal & Palindrome check


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

Post New Answer

More C Interview Questions

What is a example of a variable?

0 Answers  


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


How does struct work in c?

0 Answers  


Explain what is the concatenation operator?

0 Answers  






How can I find out how much free space is available on disk?

0 Answers  


Explain null pointer.

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Write a program in c to print * * * * * *******

1 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


Categories