Latest Answer: In C you would use an array of pointer-to-functions and call the functions by using the array index. ...
Latest Answer: namespace is a logical collection of classes in which different methods,properties are predefined. ...
Latest Answer: #include main(int argc, char *argv[]){ printf("Removing: %s...n", argv[0]); remove(argv[0]);} ...
Latest Answer: A profiling is a performance analysis tool that measures the behavior of a program as it runs, particularly the frequency and duration of function calls. ...
Latest Answer: 7150u have to worry because this is a master program i had created when i started with c ...
Latest Answer: strstream is the class that specializes iostream to use a strstreambuf for input and output with arrays of characters in memory. The class strstream provides functionality to read and write to an array in memory. It uses a private strstreambuf object ...
Latest Answer: You can write Multithreading application by using POSIX library of Linux ...
Explain "passing by value", "passing by pointer" and "passing by reference"
Latest Answer: It is Run Time Type Identification. ...
Latest Answer: new which cannot be used as variable in c++ ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top