answersLogoWhite

0

Impossibility.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is Nesting of functions in C?

Impossibility.


What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.


What is the compound in c language?

compound c language is complicated where we need to use many nested functions and loops


What are the in-built function in c plus plus?

C++ built-in functions are those functions that are provided for you as part of the language itself, and includes all of the C standard library functions (all of which were inherited from C) and is expanded upon by the C++ standard template library. C++ implementors may provide additional functions that are platform-specific, however these are not considered built-in functions becuase C++ is a cross-platform language. These are best described as 3rd party functions. The functions you yourself write are known as user-defined functions.


What is an identifier. what are the hearing rods for identifier 'c' language?

An identifier is the names given for labels, functions and variables in the c language.


What are functions in c language?

constants, MAX_(function), etc.


What enhance the basic instructions of c language?

Library functions


How you describe operations of stack ADT using c template functions?

No, because C does not support the concept of template functions. Template functions only exist in C++, never in C.


How do you convert HTML to c code?

You can't. HTML is a markup language. C is a programming language. You can make C generate HTML, but C isn't anything like HTML in the way it functions.


How many levels of nesting are possible in c?

No explicit limit. Nesting of what, by the way?


What does 'C date and time functions' refer to?

C date and time functions refer to a group of functions in the standard library of the C programming language that implements time and date operations like conversion between date formats.


Why dynamic binding is not possible for normal C functions?

Dynamic binding is certainly possible for normal C functions. Binding is a function of the binder (linker) and has nothing to do with the language itself.