What are the four main data types?


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

Post New Answer

More C++ General Interview Questions

Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Is map thread safe c++?

0 Answers  


Where do I find the current c or c++ standard documents?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


How const int *ourpointer differs from int const *ourpointer?

0 Answers  






In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


Is c better than c++?

0 Answers  


What is c++ prototype?

0 Answers  


Explain differences between new() and delete()?

0 Answers  


Categories