answersLogoWhite

0

What kind of language is C and Y?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

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.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


What is premitive?

In C program, premitive is a kind of data type which is predefined in C programming language.


Why C program is called as 'C'?

The language was called the "C" language because it was a kind of successor of the "B" language.


Unscramble M R E C Y O S A to a kind of tree?

Sycamore.


Why there is no object concept in c language?

C is procedural programming language and does not have any object orientated paradigm.But there is C++ programming language that is C Object-Orientated approach and one of the most popular programming language (rapidly going down).C++ brought some features to C programming languages. And one of them is support for classes with fours main OO (Object-Orientated) features: encapsulation, abstraction, inheritance and polymorphism.Object is an instance of the class, which is created at run-time.Class is like a template for Object. It tells what kind of data inside it should have and what kind of operations are possible with it (abstraction).Here is example of the Class:class Point {public:Point();Point(int x, int y);~Point();void setPoint(int x, int y);int getX();int getY();private:int x;int y;};Point::Point() : x(0), y(0) {}Point::Point(int x, int y) {this->setPoint(x, y);}Point::~Point() { }void Point::setPoint(int x, int y) {this->x = x;this->y = y;}int Point::getX() {return this->x;}int Point::getY() {return this->y;}Here is example of small program that creates two objects and manipulates them:#includeusing namespace std;int main() {Point *a = new Point(1, 2); // Object aPoint *b = new Point(3, 4); // Object bcout


What kind of codes are used for video games?

The language that is used for video games is called C++


Why c language has name c why not a?

C-language was derived from B-language.


Write a c program to convert from cartesian to polar coordinates?

the equation that convert from cartesian to polar coordinates and vice versa r = sqrt (x*x+y*y); phi = atan2 (y, x); x = r*cos (phi); y = r*sin (phi);


What are the Examples of portable programming language?

Many programming languages allow programs to be portable from one kind of computer to another, including* the C programming language* Pascal* Forth* C++* Java* Pythonand many others. Yes, the C programming language was designed to encourage machine-independent programming.The C programming language is portable to more CPUs than any other programming language.


How do you sign Nancy in sign language?

"Nancy" in sign language would be fingerspelled


What is previous language of c language?

language before c language is pascal


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