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

Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


What is bss in c?

0 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  






write a program of bubble sort using pointer?

3 Answers   TCS,


What does sizeof function do?

0 Answers  


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


How can I get random integers in a certain range?

0 Answers  


In which area global, external variables are stored?

3 Answers  


When should the const modifier be used?

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


Categories