answersLogoWhite

0

String library function is one which is used to perform an operation in C-programming,without which library functions likestrlen(),strcp(),strcmp(),strdup(),strrev(),etc..,.can be performed

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Library functions in C programming?

They are very important. The most commonly used functions are the string and file handling ones.


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/


How do you construct a syntax- directed translator that verifies that the parenthesis in an input string are properly balance?

How do you construct a syntax- directed translator that verifies that the parenthesis in an input string are properly balance?


Functions are based on rules called?

syntax


Give the names of library functions included in string file?

strlen, strcpy, strcmp and many others. Consult your help system.


Is it possible to initialize null character in string?

yes we can initialize null characterfor example syntax :string='\0';


Which of the following functions is written in the correct syntax?

NOW


How is a formula affected if the syntax is off?

The formula may not work properly, and more than likely it may not work at all. It is important to follow the syntax and know how to use the formula and any functions that are in it. It is the functions that have a stronger structure of syntax, and getting syntax wrong can cause lots of problems.


String reverse program with single string and without using library functions in java?

You can create a separate string initially empty. Then using a loop, start at the end of the string and add it to the end of the other string. At the end of the loop, the other string would contain the reverse.


What is written in the correct syntax in Excel?

When functions are used, they must follow their designated structure, which is the syntax. If the syntax is not followed, the function will not work. The same is the case if VBA is being used to write code for the worksheet.


Function of Library catalog?

library catalogue functions


What are the functions of Atoi itoa and gcvt in C language?

All these are conversion functions - atoi()-string to integer.itoa()-integer to string.gcvt()-double to string