answersLogoWhite

0

What is CH language?

User Avatar

Anonymous

11y ago
Updated: 8/19/2019

This maybe a trick question. CH is the country designation for Switzerland. Therefore the official languages are Swiss German, French and Italian

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you say LAUGHS in Hebrew?

tzocheck (צוחק). The "ch" is a slightly rasping sound, softer than the "ch" in the Dutch language.


What does llab mean in text language?

Laughing Like a b**ch


How do you pronounce kreplach?

It's a short "e" (like in "fed"); the "a" is like the "a" in "father;" and the "ch" is a rasping sound like the "ch" in the Dutch language.


Is ch a soft syllable?

In the English language, "ch" isn't a syllable. Syllables have a vowel sound. It can be pronounced hard, as in "chop" or soft, as in "chute."


What language has ch as k?

In the Welsh language, the combination "ch" is pronounced as a voiceless velar fricative, similar to the "k" sound in English. This pronunciation can be found in words like "chwarae" (to play) and "chymru" (Wales). Additionally, in some dialects of German, particularly in certain regions, "ch" can also have a hard "k" sound.


Do you use or ch after a vowel?

It depends on the context and the language. In English, we generally use "ch" after a vowel. However, in some words borrowed from other languages, "ch" can also follow a consonant. In Spanish, for example, words like "mucho" and "pecho" have "ch" following a consonant.


What has the author Ch P Girault-Duvivier written?

Ch. P. Girault-Duvivier has written: 'Grammaire des grammaires' -- subject(s): French language, Grammar


What has the author Ch de Lamberterie written?

Ch. de Lamberterie has written: 'Les adjectifs grecs en- [upsilon sigma]' -- subject(s): Adjective, Greek language


Why did the Greeks spell Christ with an X?

The Greek just use different symbols than the English language does. Their letter, which we think looks like an X is their symbol for the sound 'ch'. The Greek language predates modern English, so English has transliterated it as 'ch'.


What is the meaning of Bengal gram in marathi language?

Bengal gram in Marathi language is known as "हरभरा" (harbhara).


What is the sound of ch called?

The sound of "ch" can vary depending on the language. In English, it is typically pronounced as /tʃ/ as in "chat" or /k/ as in "school." In other languages, such as Spanish or German, it can have different pronunciations.


What is the code in c program language that reverses the words in a sentence?

this is the program ihave until now the problem is that it reverses the word itself also , if someone can help i will really appreciate it int main() { char forward_sentence[MAX]; char ch, terminator; int i = 0, j, len = 0; printf("Enter a sentence: "); ch = getchar(); while(i < MAX && ch != '\n' && ch != '.' && ch != '?' && ch != '!') { forward_sentence[i] = ch; i++; len++; ch = getchar(); } for(i = 0; i < MAX; i++) { if(ch ' ') { } printf("%c", forward_sentence[j]); } printf("%c", terminator); printf("\n"); return 0; }