Write a program to check palindrome number in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
write a function which accept two numbers from main() and interchange them using pointers?
Give differences between - new and malloc() , delete and free() ?
how to print a statement in c without use of console statement ,with the help of if statement it should print
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
What is wild pointer in c with example?
Write a program to swap two numbers without using third variable?
What is the stack in c?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
can we write a program in c for printf and scanf without using header file stdio.h
where are auto variables stored? What are the characteristics of an auto variable?
what is difference between overriding and overloading?
What does %2f mean in c?