Define type casting in C++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


what do you mean by exception handling in C++?

0 Answers   Alter,


How many times will this loop execute? Explain your answer.

0 Answers  


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


What is Boyce Codd Normal form?

0 Answers   IBS,






Is deconstructor overloading possible? If yes then explain and if no Then why?

1 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


CDPATH shell variable is in(c-shell)

0 Answers   Siemens,


Difference between Call by pointer and by reference.

0 Answers   Adobe,


Categories