answersLogoWhite

0

Yes.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

What significant is attached to the name main in c language?

famous


Write a function that will scan a character string passed as an argument and convert all lowercase letters onto uppercase letters?

/* Write a function that will scan a character string passed as an argument & convert all lowercase characters into their uppercase characters*/ #include<stdio.h> #include<conio.h> #include<string.h> #include<ctype.h> int str_upp(char c[]) { int i; char x; printf("\n \n"); for(i=0;i<strlen(c);i++) { x=toupper(c[i]); printf("%c",x); } return (0); } void main() { char c[10]; clrscr(); printf("Enter string : \n"); scanf("%s",c); str_upp(c) ; getch(); } /* Output: Enter string : Heloo HELOO */


Whether HTML is case sensitive or C?

HTML is not case-sensitive, while C is a case-sensitive language. In HTML, the tags, attributes, and values can be written in uppercase or lowercase letters, and it will still be interpreted the same way by the web browser. For example, the "p" tag can be written as or , and both will be interpreted as paragraph tags. On the other hand, C is a case-sensitive language, which means that the identifiers such as variables, function names, and keywords must be written in the correct case. For example, "main" is different from "Main" and "MAIN" in C. It's important to keep in mind the case sensitivity rules while coding in these languages to avoid syntax errors or unexpected behavior.


Why c language has name c why not a?

C-language was derived from B-language.


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer

Related Questions

What is mean by upper and lowercase letters for password?

Passwords often require a combination of uppercase and lowercase letters for security. Uppercase letters are those in the capital form (e.g., A, B, C), while lowercase letters are in the small form (e.g., a, b, c). Using a mix of both increases the complexity of the password and makes it more difficult for hackers to guess.


What lowercase alphabet letters have line symmetry?

c, l, o, v, w and x.


What is uppercase and lowercaseletter?

Uppercase letters, often called capital letters, are the larger form of letters used to begin sentences or for proper nouns, such as "A," "B," or "C." Lowercase letters are the smaller form used in most writing, such as "a," "b," or "c." Together, they make up the alphabet and are essential for distinguishing proper grammar and meaning in written language.


What kind of language is C and Y?

The letters C and Y may not relate to any particular language. However, they are two letters in the English language. The letter C is the third letter in the alphabet, and the letter Y is the 25th letter.


Can you teach me set in maths?

When talking about sets, it is fairly standard to use Capital Letters to represent the set, and lowercase letters to represent an element in that set. So for example, A is a set, and a is an element in A. Same with B and b, and C and c.


What is upper case and lower case and 'no' in a password?

Uppercase is capital letters. For example: A B C D E F G Lowercase is letters that are not capitalised. For example: a b c d e f g "No" is probably the abbreviation for "number".


Where should small letters start?

After a capitalized letter, in the beginning of a sentence of after a name. John, Jane, etc


What significant is attached to the name main in c language?

famous


What uppercase letters are connected to lowercase letters?

Assuming you mean in cursive, that would be A, C, E, H, J, K, M, N, R, U, X, Y, and Z, possibly L and Q depending on what you were taught.


Alphabet letters with symmetry?

Lowercase letters would be; c, l, o, v,w, x, and sometimes m,n, t and u. Uppercase are A, B, C, D, E, H, I, K, M, O, T, U, V, W, X, and Y.


What letters of the alphabet are used while making a program in C language?

All of them can be used.


What word in the English language contains the letters a b c d e and f?

An English word containing the letters 'a ,b ,c ,d ,e , and f is 'Fabricated' .