Answer Posted / varsha vilas kalebag
compiler was used to find out the errors present in programm
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Do you know about latest advancements in C++ ?
Does std endl flush?
Which operations are permitted on pointers?
Do class declarations end with a semicolon? Do class method definitions?
the first character in the variable name must be an a) special symbol b) number c) alphabet
How do you declare A pointer to function which receives an int pointer and returns a float pointer
what do you mean by volatile variable?
What is bubble sort c++?
what are the events occur in intr activated on interrupt vector table
Explain the difference between c & c++?
How can you create a virtual copy constructor?
What are multiple inheritances (virtual inheritance)?
What is the disadvantage of using a macro?
What do nonglobal variables default to a) auto b) register c) static
What is insertion sorting?