Explain what is a 'locale'?


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

Post New Answer

More C Interview Questions

What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


How many types of operator or there in c?

0 Answers  


What is the difference between %d and %i?

0 Answers  


what are two categories of clint-server application development ?

1 Answers  






What is the difference between char array and char pointer?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  


Explain what is meant by high-order and low-order bytes?

0 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


What is the difference between array and structure in c?

0 Answers  


What is the use of function in c?

0 Answers  


How to swap 3 numbers without using 4th variable?

5 Answers  


Categories