Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
TCS,
1007Post New C++ General Questions
What character terminates all character array strings a) b) . c) END
What is c++ array?
Why do we use double in c++?
What is c++ try block?
What is buffering in c++?
Define whitespace in C++.
Define a pdb file.
What is the use of function pointer?
Can we inherit constructor in c++?
Do class declarations end with a semicolon? Do class method definitions?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Can I learn c++ as my first language?
What is the syntax for a for loop?
What is protected inheritance?