answersLogoWhite

0

What is the use of the string?

User Avatar

Anonymous

12y ago
Updated: 8/17/2019

string is group of characters last value is initialised by zero

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What do you normally use for a bow string?

string


What is the recommended string gauge to use when dropping the G string on a 7-string guitar?

When dropping the G string on a 7-string guitar, it is recommended to use a heavier gauge string to maintain proper tension and tuning stability.


What kind of string do you use on cup phones?

i think u have to use string that has a hole in it


Why to use String in c?

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


What can you use to find the perimeter of a spilled milk?

use string to measure. put the string evenly around the border and where the first end of the string meets the rest of the string, cut it there. then measure the string u just cut


Is there a way to use regex to determine if a given string is a palindrome?

Yes, you can use regex to determine if a given string is a palindrome by reversing the string and then comparing it to the original string using regex.


How do you make your own yo-yo string?

use kite string or anything string that is thick or you can use sewing thread then triple it and make it thicker


What can you use that will harden string but not stick to what the string is sitting on?

hair spray? :)


Why do archaeologists use string?

They use it as a grid


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/


Can you use another string in place of the g string?

You can try using a B or a D string in a pinch, but it probably won't sound quite right. The diameter string you use should at least be close to the diameter of the G string that came with your set.


Concat a string without using any inbuilt function in java?

Use "+". Example: String string = "does this answer " + "your question?";