What is prototype for that c string function?
No Answer is Posted For this Question
Be the First to Post Answer
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Which algorithm do you like the most? Why?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What is pure virtual function?
What are the different types of polymorphism in c++?
What are put and get pointers?
Explain differences between alloc() and free()?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What is the exit function in c++?
throw Can constructors exceptions?
When should you use multiple inheritance?