Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


const char *

char * const

What is the differnce between the above two?

Answers were Sorted based on User's Feedback



const char * char * const What is the differnce between the above two?..

Answer / priya

both are has a same meaning

Is This Answer Correct ?    1 Yes 18 No

Post New Answer

More C++ General Interview Questions

write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


Can a constructor throw a exception? How to handle the error when the constructor fails?

1 Answers  


Is c++ a pure oop language?

0 Answers  


What are c++ stream classes?

0 Answers  


What is setw manipulator in c++?

0 Answers  


What is abstraction in c++?

1 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is private inheritance?

0 Answers  


Why is c++ considered difficult?

0 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


Should a constructor be public or private?

0 Answers  


Explain the difference between new() and malloc() in c++?

0 Answers  


Categories