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


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

Post New Answer

More C++ General Interview Questions

Difference between pointer to constant and constant pointer to a constant. Give example.

0 Answers   HAL,


Explain selection sorting. Also write an example.

0 Answers  


Are strings mutable in c++?

0 Answers  


Explain the term memory alignment?

0 Answers  


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

0 Answers  






Is vector a class in c++?

0 Answers  


What jobs can you get with a c++ certification?

0 Answers  


How many storage classes are available in C++?

1 Answers  


What are maps in c++?

0 Answers  


What is #include c++?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Categories