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

Explain what is meant by 'bit masking'?

0 Answers  


What is a #include preprocessor?

0 Answers  


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


What is the ANSI C Standard?

0 Answers   Celstream,


Why is sprintf unsafe?

0 Answers  


Is a house a mass structure?

0 Answers  


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

0 Answers  


What is the difference between class and object in c?

0 Answers  


how is the examination pattern?

0 Answers   Wipro,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


How can I split up a string into whitespace-separated fields?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


Categories