Write a program to check palindrome number in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
What is a string?
is assignment operator is arithmatic or not
swap two integer variables without using a third temporary variable?
what is function pointer?
write a c program to find the sum of five entered numbers using an array named number
What is derived datatype in c?
What is extern keyword in c?
Explain what will the preprocessor do for a program?
What is ## preprocessor operator in c?