answersLogoWhite

0

You put it between double quotes, "like this".

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Where can one find online tutorials about using string format?

The string format used in C/C++ programming as well as JAVA is covered in many online tutorials. Both Microsoft and Oracle have sections dedicated to programming tutorials.


Why to use String in c?

C doesn't have String data-type, so don't use it.


Why do you need a terminating null character at the end of the every string in C programming?

Because the null character represents the end of the string.


Which programming language uses a string of 1s and 0s?

You, as a programmer, can use a string with 1s and and 0s (or any other content) in each and every programming language.


What is return type of string in c?

In C programming, a string doesn't have a specific return type as it's essentially an array of characters. So, if a function is returning a string, it should be declared to return a pointer to a char (char*), since a string in C is represented as an array of characters terminated by a null character ('\0').


What symbol or character determines end of string?

In C programming language, a string is an array of characters which is always terminated by a NULL character: '\0'


What do you mean by string in java programming?

A "string" in any programming language is a line of text.


C plus plus library functions for string operations?

You can use "string" class in C++ for string operations or you may use c style string functions as well. #include <string> String class in C++ provides all basic function to operate on strings. you may details descriptin at http://www.cplusplus.com/reference/string/string/


What is d command for squareroot in C programming?

There are no commands in C-programming, you should use function sqrt from math.h


What is the use of c-language?

Programming, mainly.


What programming language does the PSP use?

c++


Where we use the c language?

In computer-programming.