Write the Program to reverse a string using pointers.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


Is c pass by value or reference?

0 Answers  


Why ca not I do something like this?

0 Answers  


How to calculate sum

2 Answers  


What is the difference between declaring a variable by constant keyword and #define ing that variable?

1 Answers  


how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......

10 Answers   Infosys,


Explain what are multidimensional arrays?

0 Answers  


What are the types of macro formats?

0 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


What is malloc() function?

0 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


What are valid signatures for the Main function?

0 Answers  


Categories