Skip to main content

Definitions by English_dictionary

Prices have plummeted.
plummet by English_dictionary January 5, 2013

mechatronics 

Mechatronics is a branch of engineering that has emerged with the combination of Mechanical engineering, Electrical engineering, and Software engineering.
Mechatronics greatly deals with robotics, as robotics is based upon mechanical, electrical and software system.
to walk in a proud way, considering others inferior.

Note:- Swagger is verb as well as a noun
After the king had defeated his rival, he swaggered into his rival's court.

He is moving with a swagger.
swagger by English_dictionary January 5, 2013
His mum and dad are very angry with him.

Keep mum = Stay silent

You better keep mum.
He kept mum about this secret,

Mum's the word! (Used to order someone that they must never reveal the secret)
mum by English_dictionary January 5, 2013
A computer programming language that is an advanced form of C++. Learning C++ means learning everything about C.
A piece of code written in C++

# include <iostream>
using namespace std;

void main()
{

cout<<"Welcome!";
}
C++ by English_dictionary January 5, 2013