what is available in C language but not in C++?
Answer Posted / amit soni
c is a structured language but c++ is object orientd.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
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.
Can I initialize unions?
What is merge sort in c?
What is function prototype?
What are pragmas and what are they good for?
What are the different file extensions involved when programming in C?
How are variables declared in c?
What are the 5 data types?
What is the code for 3 questions and answer check in VisualBasic.Net?
Can you subtract pointers from each other? Why would you?
What do you mean by scope of a variable in c?
What is the process to create increment and decrement stamen in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is int main () in c?