answersLogoWhite

0

What else can I help you with?

Related Questions

What is the use of keyword new used in AWT programming?

what is the use of new keyword in awt programming


What is the use of c plus plus in banks?

Programming language.


How java use extern key word which is used in C plus plus?

No extern keyword in Java.


Can you provide information on how to use the keyword "pipe 1.5" effectively in programming?

To use the keyword "pipe 1.5" effectively in programming, you can utilize it to create a pipeline for data processing. This involves passing data from one function to another in a sequential manner, allowing for efficient and organized data manipulation. By understanding the syntax and functionality of the "pipe 1.5" keyword, you can streamline your code and improve the readability and maintainability of your program.


How does the use of the 'void' keyword differ in C plus plus vs. C?

It doesn't. Void has the same meaning in both.


Why do you use static key word in Java programming?

Static is a keyword,when u execute a method in class file loaded, execute the first this method..


How do you convert numeric value into alpha value in c plus plus programming language?

use the _itoa function


Can I use your keyword in my question?

Yes, you can use the keyword in your question.


Why c plus plus is called as oops?

OOP means "object oriented programming" this means that you can make objects instead of C where you use procedural programming (it's advance try to google it :) )


Why you use zero instead of NULL in c plus plus?

In C++ NULL is defined as 0. It's a design failure, will be fixed with a new 'nullptr' keyword.


What is the purpose if declaring object with keyword const in c plus plus?

The const keyword transforms a variable into a constant. This means the constant cannot be altered via that constant's identifier. The const keyword can also be applied to a class instance method, such that the method will not alter a class instance's immutable members. Note that the const keyword is merely a programming aid that provides assurances a constant will not be altered inadvertently. However, it is still possible to alter the constant by using a non-constant pointer to the constant. However you have to make a conscious effort to override constant behaviour.


Is it okay to use the keyword in this context?

Yes, it is appropriate to use the keyword in this context.