What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / rajeev
VC++
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is void pointer in c++ with example?
Can we sort map in c++?
Which function cannot be overloaded c++?
What is private, public and protected inheritance?
Can we use clrscr in c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Write about the scope resolution operator?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What is the difference between structure and class?
What are the advantages of early binding?
Difference between struct and class in terms of access modifier.
What is setf in c++?
What are references in c++?
What is the difference between global variables and local variable