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
Can you please explain the difference between syntax vs logical error?
How do I use strcmp?
What is the use of void pointer and null pointer in c language?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
What is the difference between struct and typedef struct in c?
Explain union. What are its advantages?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is a built-in function in C?
What are bitwise shift operators in c programming?
Why doesnt this code work?