Is c++ a float?


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

Post New Answer

More C++ General Interview Questions

What is conversion constructor?

2 Answers   TCS,


What are the various oops concepts in c++?

0 Answers  


What are the c++ access specifiers?

1 Answers  


Differentiate between the manipulator and setf( ) function?

0 Answers  


Why c++ is called oop?

0 Answers  


If a header file is included twice by mistake in the program, will it give any error?

0 Answers  


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

0 Answers  


What is the sequence of destruction of local objects?

0 Answers  


What is the Standard Template Library?

1 Answers  


What is abstraction c++?

0 Answers  


Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Categories