answersLogoWhite

0

jst subtract 32 from first character of string to convert it into capital

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

How do you scramble a string in java?

Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.


What is string library functions syntax?

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


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 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


Program for doing upercase of 1st letter of string?

#include<stdio.h> #include<conio.h> #include<ctype.h> main() { char string[80]; int n,k=0; clrscr(); while((string[k]=getche())!='\r') k++; string[k]='\0'; n=k; k=0; while(k<n) { putchar(toupper(string[k])); k++; } }

Related Questions

What text function capitalize the first letter of a string of data?

The capitalize() function in Python can be used to capitalize the first letter of a string. It returns a copy of the string with the first letter capitalized and all other letters in lowercase.


How do you scramble a string in java?

Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.Take out one letter, using a random number. Then replace the string with the new string, without the extracted letter. Repeat, until the remaining string has a length of zero. The extracted letters get added to a new string.


How to perform string operations like concatenation compare etc without using built in functions?

performing string operation using pointers


What is string library functions syntax?

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


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 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


Program for doing upercase of 1st letter of string?

#include<stdio.h> #include<conio.h> #include<ctype.h> main() { char string[80]; int n,k=0; clrscr(); while((string[k]=getche())!='\r') k++; string[k]='\0'; n=k; k=0; while(k<n) { putchar(toupper(string[k])); k++; } }


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/


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

define class string


What are the functions Microsoft Excel?

Functions allow you to perform some mathematical or string procedures to other cells.


Which header is accessible through string function?

I guess you wanted to ask which header is to be included for string functions. It's string.h


Reverse of a string without using string handling function?

shashi