What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
3 8342How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
2 9326Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
7 24832I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 99845Post New CTS Interview Questions
What is the standalone mode in spark cluster?
Explain wrapper classes in java?
How many ways to include variables in double-quoted strings in php?
What does sfc scannow actually do?
Can you provide a list of layout management panels and when you will use them?
How do I enable iis logs?
Tell me some important tickets in fico?
How do I find missing files in windows 10?
How do you save on wordpress?
How to debug idoc manually?
When we go for html server controls and when we go for web server controls?
How do I import an access database into excel 2016?
What action could be taken by you and your manager to improve your performance in your current position?
Explain the rudimentary difference between Cassandra and HBase?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above