Answer Posted / mytri
hello11QUARK test?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is meant by preprocessor in c?
What are the different file extensions involved when programming in C?
The __________ attribute is used to announce variables based on definitions of columns in a table?
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 data structure in c and its types?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain what are run-time errors?
What are bitwise shift operators in c programming?
What are global variables and how do you declare them?
Explain pointers in c programming?
What is sizeof in c?
Explain how can you tell whether two strings are the same?
What is difference between structure and union with example?
What is hashing in c language?
Define and explain about ! Operator?