What are 2 ways of exporting a function from a dll?
No Answer is Posted For this Question
Be the First to Post Answer
what are function pointers?
What are the manipulators in c++?
How can you find the nodes with repetetive data in a linked list?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
Describe linked list using C++ with an example.
Write a program which employs Recursion
Are there any new intrinsic (built-in) data types?
what is the C++
What is singleton pattern in c++?
What is the type of this pointer in c++?
What are default parameters? How are they evaluated in c++ function?
Which ide is best for c++?