What is data structure in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
How many lines of code you have written for a single program?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
What is a template in c++?
What is heap sort in c++?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
When should we use multiple inheritance?
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What kind of jobs can I get with c++?
What is the use of main function in c++?
Where the memory to the static variables is allocated?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?