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

Explain is it valid to address one element beyond the end of an array?

0 Answers  


write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


What is hash table in c?

0 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


Can I initialize unions?

0 Answers  






What is meant by realloc()?

0 Answers  


How can you read a directory in a C program?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


wap to print "hello world" without using the main function.

22 Answers   TCS, Wipro,


Why is C language being considered a middle level language?

0 Answers  


What is a file descriptor in c?

0 Answers  


write a program to find out prime number using sieve case?

0 Answers   HCL,


Categories