answersLogoWhite

0

The C and K generally makes the same sound but for which one to use depends on the following letters. If the following letter is E, I or Y, then we use a K instead because if we use a C, the following letters would soften the C into an S sound. If the following letter is anything else, then we can use a C, because it'll remain a hard C and this is quite usual to use.

Things doesn't always follow the rules and there are some rule-breaker exceptions. Sometimes, we use a K although the following letters won't soften the C like "karma", "krill", "krypton", "koala", "kosher", "Korea", "kangaroo", "Kansas", etc. The K is generally used if the following letters would soften the C, otherwise we would use a C instead.

User Avatar

Wiki User

7y ago

What else can I help you with?

Related Questions

How do you solve k equals log4 91.8?

k=log4 91.8 4^k=91.8 -- b/c of log rules-- log 4^k=log 91.8 -- b/c of log rules-- k*log 4=log91.8 --> divide by log 4 k=log 91.8/log 4 k= 3.260


What are the rules for M A C K A racing?

You can get the Rules from Mid-Atlantic Champ Kart Assoc. website http://www.champkartracing.net/2007_rules.htm Hope This Helps.


What 5 letter word that starts with c and ends with k?

Chalk. C-L-I-C-K C-L-O-C-K C-L-U-C-K C-H-U-C-K C-H-I-C-K Croak Crack Crook Creek


Nouns and verbs using letters e k c?

Examples of nouns:eareducationEdwardeggelephantemergencyemotionenvelopeessayemperorkangarooKansaskettlekitchenkitekneeknightknollknowledgekoalacabcabbagecabincharitycircuscoincommacuriositycushioncycleExamples of verbs:earneaseengineerescapeevolvekeepkillkneadknitknotcarrycrycurecutcycle


What is a 7 letter word using k t a a c e o?

oatcake


How do you make a diamond using for loop in C plus plus?

Here is the code to do it: #include<stdio.h> main() { int n, c, k, space = 1; //Here we ask for the number of rows would be : printf("Enter number of rows\n"); scanf("%d",&n); space = n - 1; //This is the first half of the diamond for ( k = 1 ; k <= n ; k++ ) { for ( c = 1 ; c <= space ; c++ ) printf(" "); space--; for ( c = 1 ; c <= 2*k-1 ; c++) printf("*"); printf("\n"); } space = 1; //Here is the second half of the diamond for ( k = 1 ; k <= n - 1 ; k++ ) { for ( c = 1 ; c <= space; c++) printf(" "); space++; for ( c = 1 ; c <= 2*(n-k)-1 ; c++ ) printf("*"); printf("\n"); } return 0; } Hope that helped :)


Scrabble words using the letters k c e t p o?

The letters c e k o p t can be rearranged to make the word pocket.


C program for optimal merge pattern?

#include<iostream.h> #include<conio.h> void main() { clrscr(); int i,k,a[10],c[10],n,l; cout<<"Enter the no. of elements\t"; cin>>n; cout<<"\nEnter the sorted elments for optimal merge pattern"; for(i=0;i<n;i++) { cout<<"\t"; cin>>a[i]; } i=0;k=0; c[k]=a[i]+a[i+1]; i=2; while(i<n) { k++; if((c[k-1]+a[i])<=(a[i]+a[i+1])) { c[k]=c[k-1]+a[i]; } else { c[k]=a[i]+a[i+1]; i=i+2; while(i<n) { k++; if((c[k-1]+a[i])<=(c[k-2]+a[i])) { c[k]=c[k-1]+a[i]; } else { c[k]=c[k-2]+a[i]; }i++; } }i++; } k++; c[k]=c[k-1]+c[k-2]; cout<<"\n\nThe optimal sum are as follows......\n\n"; for(k=0;k<n-1;k++) { cout<<c[k]<<"\t"; } l=0; for(k=0;k<n-1;k++) { l=l+c[k]; } cout<<"\n\n The external path length is ......"<<l; getch(); }


What are some strength of the confederation?

The Articles of Confederation's strengths were that it set out legislators. It also set out rules to open post offices.


What are scrabble words using the letters a n k a e t you c?

Scrabble words using the letters A N K A E T U C: * tank * tuck * tack * teak * cute * cane * knack * case * cute


What is the mnomic of energy using H C S C N G S K?

to have or sex mya and daquan with babys


What is the temperature -34 on the Kelvin scale?

You need to specify what temperature scale you are using for -34. If it is -34C, then K = C + 273.15, so K = (-34) + 273.15 = 239.15. If you mean -34F, then you need to convert F to C first, and then convert C to K. -34F = -37C, so K = -37 + 273.15 = 236.15.