answersLogoWhite

0

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

12y ago

What else can I help you with?

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.


Is the keyword "c" included in the question?

Yes, the keyword "c" is included in the question.


What is meaning of keyword in c language?

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


What are the guitar chord notes for the keyword "C major"?

The guitar chord notes for the keyword "C major" are C, E, and G.


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 ().


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 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.


What is meant by println in c plus plus?

println is not a C++ keyword.