Answer Posted / rajesh
software is interface between hardware and user
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c still used?
What is the difference between new and malloc functions?
Can you explain the four storage classes in C?
Why isn't any of this standardized in c? Any real program has to do some of these things.
what are enumerations in C
What are the features of the c language?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why n++ execute faster than n+1 ?
Can a file other than a .h file be included with #include?
explain how do you use macro?
Is c language still used?
What is the value of h?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are the two types of structure?