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
What is int main () in c?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
what is the diffrenet bettwen HTTP and internet protocol
Can i use Two or More Main Funtion in any C program.?
what are bit fields in c?
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What is the difference between volatile and const volatile?
c program to input values in a table(using 2D array) and print odd numbers from them
What is getch?
Define VARIABLE?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Read two numbers from keyboard and find maximum of them?