What is difference between initialization and assignment?
Answer Posted / njk
455
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What jobs can you get with a c++ certification?
What does new in c++ do?
What is different in C++, compare with unix?
What are the advantages of pointers?
How is new() different from malloc()?
write a function signature with various number of parameters.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Can malloc be used in c++?
Explain the difference between static and dynamic binding of functions?
What does std :: flush do?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Explain differences between new() and delete()?
What are the various situations where a copy constructor is invoked?
Explain what data encapsulation is in c++?
To what does “event-driven” refer?