Answer Posted / aravind
a/bc*d-e+
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How is a structure member accessed?
What is meant by realloc()?
What is the benefit of using an enum rather than a #define constant?
What is a constant?
Explain what is the benefit of using enum to declare a constant?
What are data structures in c and how to use them?
What header files do I need in order to define the standard library functions I use?
What is c method?
What are the keywords in c?
What is break statement?
How main function is called in c?
What is the advantage of a random access file?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
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 are operators in c?