What is data type in c++?


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

Post New Answer

More C++ General Interview Questions

Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


Difference between overloading vs. Overriding

0 Answers  


What is object file? How can you access object file?

0 Answers  


How do you find out if a linked-list has an end?

0 Answers  


What is the difference between structures and unions?

0 Answers  






What is the rule of three?

0 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  


Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.

1 Answers  


What are the two shift operators and what are their functions?

0 Answers  


Profiler in projects?

2 Answers   Symphony,


What is function prototyping?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


Categories