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
What is C language ?
why the execution starts from main function
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
what is the defrenece between structure and union
Write a program to print "hello world" without using a semicolon?
What are the different types of storage classes in C?
Explain the properties of union.
What are the back slash character constants or escape sequence charactersavailable in c?
write a program to copy the string using switch case?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
what type of errors are checked during compilation
What is the concatenation operator?