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 function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


What is methods in c?

0 Answers  






How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


What is strcmp in c?

0 Answers  


What is the general form of a C program?

0 Answers  


What is return type in c?

0 Answers  


please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch

2 Answers  


Categories