GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)


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

Post New Answer

More C Interview Questions

How are pointers declared in c?

0 Answers  


What is the difference between struct and typedef struct in c?

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  


what is inline function?

2 Answers  


what is a static function

10 Answers   Satyam,






Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


Write a program to use switch statement.

0 Answers   Agilent, Integreon, ZS Associates,


How are 16- and 32-bit numbers stored?

0 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


What is a lvalue

0 Answers   Global Logic,


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


Categories