How do I convert a string to all upper or lower case?


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

Post New Answer

More C Interview Questions

how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


what is printf

5 Answers   MVSR, Satyam,


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,






can we access one file to one directory?

1 Answers  


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

0 Answers   Microsoft,


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


Who developed c language?

0 Answers  


write a string copy function routine?

2 Answers  


What would be an example of a structure analogous to structure c?

0 Answers  


Categories