answersLogoWhite

0

Usable, with no restrictions.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Explain about header files used in c language?

list of header files in c and function prototype associated with each file


Which one is the two way linked list a Circular link list b Node having header and trailer in the list C Array?

b Node having header and trailer in the list


Header files in Java programming?

Java does not require header files like C/C++.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


How can you create a c program without using header file?

C programs do not require header files. If you want a C program without header files, you can simply not create them. However, you may or may not be able to include your non-header file source files.


Can singly list may have a header?

yes


What is the header files from random functions?

The header file for random functions ( like rand(), srand() ) is stdlib.h in C and cstdlib in C++.


How do you remove a table from a header in microsoft word 2010?

Doble click in header area then on Design tab click on arrow below Header to expand list and choose Remove Header.


What is the different between header file and header pointer?

Header file is a file which is meant to be included into another file during compilation. Examples: string.h, stdio.h, inttypes.h. Header pointer is a pointer to an object called header (for example header of a linked list).


What is defined at the beginning of the C header file?

It's a compiler directive that is ignored by all standards-compliant C compilers. The C++ compiler uses the directive to determine that the code that follows should be treated as being C rather than C++. Most X.h standard library headers in C also have a corresponding cX header in C++, such that <math.h> in C is <cmath> in C++. The C++ header simply imports the extern "C" header into the std namespace and thus avoids pollution of the global namespace.


What is a header node in c plus plus?

A header node, or head node, is a node that marks the start of a series of nodes, usually as part of a list or queue structure. The head node is often a sentinal that holds no data of its own. Sentinels are used to simplify algorithms by ensuring that a list can never be empty, even when it has no data.


How many header files are there in C?

256