Explain what does the function toupper() do?


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

Post New Answer

More C Interview Questions

how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


String concatenation

2 Answers  


what is the code to display color fonts in the output?

1 Answers  


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,






Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


What is meant by int main ()?

0 Answers  


If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).

5 Answers   Microsoft, Motorola,


how to use enum datatype?Please explain me?

3 Answers   Excel,


write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables

2 Answers   TCS,


What is a buffer in c?

0 Answers  


Categories