Explain what is a 'locale'?
No Answer is Posted For this Question
Be the First to Post Answer
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
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(); }
How many types of operator or there in c?
What is the difference between %d and %i?
what are two categories of clint-server application development ?
What is the difference between char array and char pointer?
What is the symbol indicated the c-preprocessor?
Explain what is meant by high-order and low-order bytes?
write a own function to compare two strings with out using stringcomparition function?
What is the difference between array and structure in c?
What is the use of function in c?
How to swap 3 numbers without using 4th variable?