answersLogoWhite

0

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.


Can you print string without using semi column in printf statement in c programming?

If you forget the semicolon, your program won't compile.


How do you use string in C programming?

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


Is MySQL a programming language?

MySQL was written and developed using the C and C++ programming languages.


What delimiter are use to specify the beginning and end of literal in c?

In C programming, string literals are specified using double quotes ("). For example, "Hello, World!" is a string literal that starts and ends with double quotes. Character literals, on the other hand, are specified using single quotes ('), such as 'A' for a character literal.


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.


How do you do C programming on your Windows?

C programming can be started on Windows by using a suitable IDE (these include compilers) such as Dev-C++


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 are the applications using C programming?

One application that uses c programming is Microsoft Visual Studio 2008.


How do you design webpages using C programming language?

Web-page designing and C-programming have nothing to do with each other.


What are the pointers in computer programming using c?

addresses