Posts

Pie chart

Image
  The chart below shows how much money is spent in the budget on different sectors by the UAE government in 2000. Summarize the information by selecting and reporting the main features, and make comparisons where relevant. The given pie chart depicts the national expenditure of UAE on ten variant sectors in the year 2000. Overall, the country invests more money on social security as opposed to this transportation was the last contributed sector.In the year 2000, the UAE government allocated 100 million AED for social security, while more than half of this figure was devoted to health and personal development, approximately 53 billion AED. The lowest amount of money the country invested in the transportation facilities was exactly half the amount of money accounted for in law and order. The money invested on debt interest and other expenditures were similar, which was 23billion AED, while one billion was less than in the case of defense. The government spent 38 and 15 billion AED on...

Parts of speech

Image
  Decide which parts of speech are the underlined words You have to believe in  yourself  if you ever expect to be successful at something.  pronoun We  left  for the mountain just before six in the morning.  verb We first went  to  the store to buy a few things.  preposition We had a  breakfast  at a cafĂ© near the rail station.  noun My friend wasn't strong enough to lift his  heavy  rucksack.  adjective I helped him carry  it .  pronoun The weather was  very  cold.  adverb My friend said, " Oh ! What a cold weather!"  interjection We didn't spend the night  there .  adverb We got back home late at night  but  we didn't go to sleep immediately. We were very hungry.  conjunction

Program to calculate BMI

//program to calculate the bmi #include<stdio.h> #include<conio.h> int main() { /* 2D array declaration*/ float a[12][12],bmi[10]; int n=2,i,j; clrscr(); for(i=0;i<n;i++) { printf("\n Enter the weight and height"); for(j=0;j<n;j++) scanf("%f",&a[i][j]); } for(i=0;i<n;i++) { for(j=1;j<2;j++) { a[i][j]=a[i][j]/100; } } for(i=0;i<n;i++) { bmi[i]=a[i][0]/(a[i][1]*a[i][1]); printf("BMI = %f\n",bmi[i]); } return 0; }

History of c program

  History of C language The base or father of programming languages is ‘ALGOL.’ It was first introduced in 1960. ‘ALGOL’ was used on a large basis in European countries. ‘ALGOL’ introduced the concept of structured programming to the developer community. In 1967, a new computer programming language was announced called as ‘BCPL’ which stands for Basic Combined Programming Language. BCPL was designed and developed by Martin Richards, especially for writing system software. This was the era of programming languages. Just after three years, in 1970 a new programming language called ‘B’ was introduced by Ken Thompson that contained multiple features of ‘BCPL.’ This programming language was created using UNIX operating system at AT&T and Bell Laboratories. Both the ‘BCPL’ and ‘B’ were system programming languages.

Quotes

 Arrise awake still the goal is reached  Keep going until the goal you reach

Motivation

  Keep your mind always fresh then you will get more knowlege