Const char *p , char const *p What is the difference between the above two?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
How do you decide which integer type to use?
Explain public, protected, private in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How would you differentiate between a pre and post increment operators while overloading?
What is ostream in c++?
Mention the purpose of istream class?
What is volatile and pragma? When they are used?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Do you need a main function in c++?
What is general form of pure virtual function? Explain?
What is #include iostream in c++?