write a program of palindrome(madam=madam) using pointer?
Answer Posted / vikas
thank you
i needed this
do u hv any more questions-answer on pointer
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What does *p++ do?
Write a function that will take in a phone number and output all possible alphabetical combinations
I need testPalindrome and removeSpace
#include
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Is struct oop?
Why is it that not all header files are declared in every C program?
What is the difference between #include and #include 'file' ?
What does *p++ do? What does it point to?
What is the benefit of using an enum rather than a #define constant?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Suggesting that there can be 62 seconds in a minute?
What is spaghetti programming?
What are the types of bitwise operator?
Describe wild pointers in c?
What is #include stdlib h?