what is available in C language but not in C++?
Answer Posted / akash
c secures more privacy than c++
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain spaghetti programming?
What is selection sort in c?
What are global variables and how do you declare them?
Explain why c is faster than c++?
Explain high-order bytes.
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Are bit fields portable?
What is difference between arrays and pointers?
What is string in c language?
What are the data types present in c?
What is the heap?
Is null a keyword in c?
What language is windows 1.0 written?
What is the method to save data in stack data structure type?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above