Why do some versions of toupper act strangely if given an upper-case letter?


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

Post New Answer

More C Interview Questions

What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program

3 Answers   Subex,


What is main () in c?

0 Answers  


Explain void pointer?

0 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,






What is omp_num_threads?

0 Answers  


How can you check to see whether a symbol is defined?

0 Answers  


What are the different properties of variable number of arguments?

0 Answers  


Is it fine to write void main () or main () in c?

0 Answers  


Where is volatile variable stored?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


Categories