answersLogoWhite

0

It could be the inishals of a name like Clark Kent, or an abreveation of some kind.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What does m-c 14k mean?

What does 14 k mc mean


What does the C in C1500 and the K in K2500 mean?

The the C means it is 2 wheel drive and the K means it's 4 wheel drive


What does c. stand for?

In the equation E=M times C squared, the C stands for the speed of light. C can also mean 100, just as K can mean 1,000. C can also mean Centigrade


What does KC in KC-10 mean?

K - Tanker C - Transport ("C" from Cargo mover)


How do you spell nicker?

If you mean knicker, like trousers, k-n-i-c-k-e-r


What does f you c k mean?

Fornicating under the consent of the king


What does the k in k ration mean?

The letter K had no particular significance; it was chosen merely to have a phonetically different letter from the letters C and D.


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


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(); }


Which temperature is the same as 260 k?

If you mean converted: 8.6 oF and -13 oC.


Which equation shows the relationship between kelvin and Celsius temperature scales?

K to C Formula: C = K - 273.15 C to K Formula: K = C + 273.15


What is the equation for kelvin and Celsius?

Celsius to Kelvin: K = °C + 273.15 Kelvin to Celsius: °C = K - 273.15