answersLogoWhite

0


Best Answer

Usable, with no restrictions.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Two-way Header list in C
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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 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).


How many header files are there in C?

256


Can you have nested header files in C?

Yes.