Eplain extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What are the benefits of c++?
what does the following statement mean? int (*a)[4]
What is "strstream" ?
Can java be faster than c++?
Carry out conversion of one object of user-defined type to another?
What is a .h file c++?
write infinite loop in C++ which does not use any variable or constant?
What is Destructor in C++?
What is lambda in c++?
Write a struct time where integer m, h, s are its members?
What is the difference between std::vector and std::list