Answer Posted / vinay bondade
1 byte
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Which software is used for c++ programming?
What is the use of typedef?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
an integer constant must have atleast one a) character b) digit c) decimal point
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
How are pointers type-cast?
What is a character in c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What are c++ manipulators?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What methods can be overridden in java?
What is difference between n and endl in c++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Explain public, protected, private in c++?
Difference between an inspector and a mutator