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

What is && in c programming?

0 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


When was c language developed?

0 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,






What is a sequential access file?

0 Answers  


Explain what is the advantage of a random access file?

0 Answers  


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


What happens if a header file is included twice?

0 Answers  


Categories