Explain how can I manipulate strings of multibyte characters?


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

Post New Answer

More C Interview Questions

Write a program to compute the following 1!+2!+...n!

4 Answers  


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

0 Answers  


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  






main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

5 Answers   Amazon, HCL, Thought Works,


Why calloc is better than malloc?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


Explain why c is faster than c++?

0 Answers  


What type is sizeof?

0 Answers  


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


Categories