Write programs for String Reversal & Palindrome check
No Answer is Posted For this Question
Be the First to Post Answer
a simple program in c language
A program to write a number of letters and numbers, such as counting and display
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
what is diference between return 0 and return NULL??
What is the difference between text and binary modes?
How to avoid buffer overflow?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Explain how can I read and write comma-delimited text?
String concatenation
Do character constants represent numerical values?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.