Do you feel anyone of these words suits it..
Thump, smash, concussion, bang into, disintegrate
You know the concept of armstrong number..
For example consider 153. The sum of cubes of the digits of 153 that is 1^3+5^3+3^3=153. This is the way you decide a no is armstrong or not
Search with the following keyword in Google, "serial key for vista". You get list of websites in which you find the cd key
We are using the final keyword before a class deliberately to prevent that class from inheritance. So we cannot extend that class
The main reason is that we will use java for developing windows application as well as web applications. If we use pointers, particularly for web applications we have a problem with security. Using Pointers we directly get access to the address directly in the system. If we use in web the users will be able … Read more
The main program must be invoked without being called. Only static functions can be called without creating the instance to the classes. So we are declaring it as static.
Const char * variable_name
declares a pointer to a constant character. We cannot use this pointer to change the value that is being pointed.
Const* char variable_name
we cannot declare any constant pointer like this.