answersLogoWhite

0

Define string handling function

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

Penis

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Reverse of a string without using string handling function?

shashi


How do you define a constant in PHP?

You can define a constant using the define() directive.you can use this a number of ways;to define a variable to a constant do:$string = "hello";define("string",$string);to define a string to a constant use:define("hello","there");to define a integer or other numerical value use:define("number",1.0);Summery:to define a string use quotes as you would do a string.Unlike variables in PHP a constant cannot be changed or undefined once it is defined. Constant remains automatically globally throughout the script. It means that it can be accessed from inside a function. e.g.


What is substr in oracle?

Substring function, the same as almost any other language. You define the start position and length of the string you want returned from the main string parameter.


Define class string and implement all the functions related to strings?

define class string


When is exception handling necessary for stream handling?

Exception handling is necessary for string handling as there might be some unexpected situation during string handling which may lead to program crash or abrupt termination


Geta is a math function or string function?

GetA is a math function and not a string function.


Which is string function starchy or strlength?

The string function is strlength and it is evoked to return the length of a string.


How do you reverse a string in PHP without using a function?

Without any function is impossible. So I'll assume you mean any coded function, in which case the predefined function below is your answer.$string = strrev($string);


How can you define and manipulate a string scalar in programming languages?

In programming languages, a string scalar is a sequence of characters. To define a string scalar, you enclose the characters in quotation marks. To manipulate a string scalar, you can perform operations like concatenation (joining strings together), slicing (extracting a portion of the string), and searching for specific characters or substrings within the string.


What function are used for string length in visual basic?

string length is a function use to check the lenght of a string i.e number of alphabets in a word or sentence.


How does one define a Javascript class?

To define the class of a javascript code or string there are two to three or so main methods, one of these is to use it, and review the result, such as activating and using a function relative to to itself. Another is to use the objects Literals, the advantage to this is that Literals are a shorter way to define objects and arrays in JavaScript.


How string can be passed to a function in c?

between parentheses: funname ("string")