Explain what are multibyte characters?


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

Post New Answer

More C Interview Questions

Where in memory are my variables stored?

0 Answers  


Three major criteria of scheduling.

1 Answers  


Can math operations be performed on a void pointer?

0 Answers  


#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


What is data structure in c language?

0 Answers  






How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


How can I swap two values without using a temporary?

0 Answers  


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


How can I call a function with an argument list built up at run time?

0 Answers  


What is %s and %d in c?

0 Answers  


What is the translation phases used in c language?

0 Answers  


What is a method in c?

0 Answers  


Categories