Answer Posted / guest
c is procedure oriented language
c++ is object oriented language
c is a not secure
c++ is a secured
c is low level language
c++ is a middle language
c is top-down approach
c++ is bottom-up approach
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is hashing in c language?
Are bit fields portable?
Explain void pointer?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
How can I change their mode to binary?
Is c still relevant?
What does c mean in standard form?
What the different types of arrays in c?
Are the variables argc and argv are local to main?
What are structure types in C?
Is struct oop?
When should volatile modifier be used?
What is the benefit of using #define to declare a constant?
How do I send escape sequences to control a terminal or other device?