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

what is memory leak?

3 Answers  


Can we increase size of array in c?

0 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


When should the const modifier be used?

0 Answers  


What is use of integral promotions in c?

0 Answers  


write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

5 Answers   Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,


What tq means in chat?

0 Answers  


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


Why we use void main in c?

0 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,


Is c call by value?

0 Answers  


Categories