What functions are in conio h?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine the length of a string value that was stored in a variable?
Can a program have multiple main() functions?
What is pre-emptive data structure and explain it with example?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
How can I generate floating-point random numbers?
what is the basis for selection of arrays or pointers as data structure in a program
What are macros in C?
What is the difference between struct and union in C?
How do we make a global variable accessible across files? Explain the extern keyword?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
What is function what are the types of function?
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