answersLogoWhite

0

What is new keyword in c?

Updated: 11/3/2022
User Avatar

Wiki User

11y ago

Best Answer

enum, void and const are relatively new keywords in C

new, on the other hand, isn't a keyword in C

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is new keyword in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What keyword is using to create objects?

In C# and Visual Basic.NET the keyword is "new". C doesn't have such an animal, but you generally use the library call to malloc to get new memory.


Is in is used as a keyword in C language?

Neither "in" nor "is" is a keyword in C.


What is the Difference between override and new keyword in C?

An override is the specialisation of a virtual function. The new keyword instantiates an instance of an object in dynamic memory and returns a reference to that object (or null if the object could be instantiated). Both are used in C++, but not C.


What is meaning of keyword in c language?

'Keyword' is a synonym for 'reserved word', it is not specific to C language.


What is auto in turbo c?

Keyword.


Instantiation of objects in c plus plus?

Objects are instantiated when statically declared or dynamically created with the new keyword.


How do you create an object in c?

object thing = new object();use the keyword new, followed by the classname, then (), perhaps with some arguments within ().


What is foreign keyword in java?

There is no "foreign" keyword in Java, however, there is a native keyword that declares native methods in a native language, such as C or C++.For full list of keywords in Java see related question.


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.


Is 'main' a keyword in c language?

No.No.


What is meant by println in c plus plus?

println is not a C++ keyword.


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

what is the use of new keyword in awt programming