answersLogoWhite

0

What conversion do you mean? For example strtol is defined in stdlib.h, sprintf is defined in stdio.h.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which header file should be included to enable string conversion?

What conversion do you mean? For example strtol is defined in stdlib.h, sprintf is defined in stdio.h.


Which header file should be included in c to enable string conversion?

What conversion do you mean? For example strtol is defined in stdlib.h, sprintf is defined in stdio.h.


What should be header file for printf?

#include <stdio.h>


What should be the header file for printf?

# include <stdio.h>


What must you include in the header of a page?

In the header of a title page people must include the term "Running Head:" followed by the paper's title in capital letters. Every page of the document should have a header including the title of the paper and the page number.


What can you do when error occurs header file could not open?

You should find out the reason of the problem.Example:bad: #include good: #include


Which header file should you include if you are to develop a function which can accept variable number of arguments?

stdarg.h


What is the correct MLA format header for a document with multiple authors?

In MLA format, the header for a document with multiple authors should include the names of all authors, listed in the order they appear on the title page. Each author's name should be followed by their affiliation or institution, and the header should be centered at the top of the first page.


Where is the location of the page number and header on an apa paper?

The page header should be 1/2 inch from the top of the page.From The OWL at Purdue (see related link):Include a page header at the top of every page. To create a page header, insert page numbers flush right. Then type "TITLE OF YOUR PAPER" in the header flush left.


How do you begin a page of C plus plus coding?

It depends whether you are writing a header or a source file. Generally you will begin with the header, and this should always begin with a header guard: // file: my_header.hpp #ifndef _MY_HEADER_HPP_ #define _MY_HEADER_HPP_ //... // header code goes here // ... #endif _MY_HEADER_HPP_ Although the opening header guard should always be placed first, it's a good idea to precede the header guard with a multi-line comment briefly explaining the purpose of the header and its contents, as well as the author's contact details and any required copyright notifications. The header code will include any other required headers as well as any required forward declarations, followed by its own declarations. You may also include definitions for those declarations, however its generally best to keep implementation details separate from the declarations. The only exceptions are when declaring class templates, which must be completely defined in the header, or when defining implicit inline functions. The corresponding source file must include the header file, along with any other header files for its forward declarations, before defining the implementations of the header's undefined declarations. Other files that require those definitions need only include the corresponding header file.


Should your header and footer be the same?

No they should not.


Which items should a stationary set for architects include?

A stationary set for architects should include a number of drawing pencils to enable them to do the required sketches. It should include a ruler and compass to allow them to draw straight lines.