answersLogoWhite

0

As string-literal:

const char head [] = "<H1>Example</H1>";

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you embed PHP code in C code?

PHP and C are two different programming languages that cannot directly interact with eachother. You can have a program made with C call a PHP script, using its output (an indirect interaction), but there's no way to "embed" PHP into C code.


How do you embed c coding in HTML?

I dont think it is possible because C and C++ are compiled languages whereas javascript is interpreted. Unless someone has written a C/C++ interpreter?


How do you code to ask someone to be your valentine in either html or C plus plus?

I want to say to someone: Adam will you be my valentine? If yes then please tell me, if no then we'll just forget that I ever embarrassed myself like this. It needs to be in C ++ or html preferably, thanks


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.


Is C plus plus preprocessor software?

Sometimes, it is. Some implementations compile C++ code into C code, and then compile the C code.


You do you use HTML to code a small Mweor layout?

Yes you do C:


What is the mean c plus plus in machine code?

It is used to distinguish between the C or C++


How do you Open a text file as C plus plus source code?

All C++ source code is is a text file with the .cpp extension. So if you save your code as *****.cpp then it is automatically C++ source code.


What is the Visual C plus plus 2008 Express Serial Code?

The Express edition of C++ does not require a serial code. It is free.


C plus plus code for payroll processing?

yihuy


What are the steps in c plus plus?

Code, compile, link, run.


What is the code to include a library in c plus plus?

#include &lt;libraryname&gt;