write a program of palindrome(madam=madam) using pointer?

Answer Posted / rajni

write a program for array to pointer and pointer of an
array?

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the format %10.2 mean when included in a printf statement?

1081


Write a program to reverse a linked list in c.

639


What is use of null pointer in c?

563


When can a far pointer be used?

586


Difference between Function to pointer and pointer to function

625






In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1631


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

1402


what is different between auto and local static? why should we use local static?

639


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1348


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

608


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

975


Between macros and functions,which is better to use and why?

1565


What is time null in c?

579


What are the c keywords?

747


What does %2f mean in c?

672