What standard functions are available to manipulate strings?


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

Post New Answer

More C Interview Questions

how to create duplicate link list using C???

0 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  


What is a static function in c?

0 Answers  


What is action and transformation in spark?

0 Answers  


Why cant I open a file by its explicit path?

0 Answers  






What is the Difference between Class and Struct?

10 Answers   Motorola,


For what purpose null pointer used?

0 Answers  


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


What are the advantages of c language?

0 Answers  


Why is c used in embedded systems?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


how to go with this?

1 Answers   Wipro,


Categories