Answer Posted / pavan dhokane
C++ invented by c,by Bjarne Stousstrup.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are volatile variables in c?
Write a program to find factorial of a number using recursive function.
What is a macro in c preprocessor?
What is a nested formula?
How will you find a duplicate number in a array without negating the nos ?
What is c method?
What is define directive?
What is extern storage class in c?
What is a pointer and how it is initialized?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the difference between test design and test case design?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
what do you mean by enumeration constant?