Pages

Wednesday, November 19, 2014

Download Free Dev C

DOWNLOAD FREE DEV C PLUS PLUS.

Dev C is one of the popular environment for the development and programming regarding c and c plus plus language. Dev C provides windows based interface and IDE etc for the programmer of c language. Dev C has a very attractive and user friendly interface. Here are couple of download links for dev c.
Download dev c plus plus

Tuesday, November 11, 2014

Monday, September 8, 2014

Q. Write brief note on the following a.Visual Basic b.LISP c.C/C++(Chapter 1)

Q. Write brief note on the following
a.Visual Basic   b.LISP   c.C/C++

Ans.

What is a compiler and interpreter?(Chapter 1)

Q. What is a compiler and interpreter?
Ans:
The difference between a compiler and interpreter is as follows:-



Compiler
Interpreter
It converts the whole programme(source code) into machine code at once.
It converts the whole programe(souce code) into machine code one line at a time
It creates an object file
It does not create any object file
It converts the source code into machine code that can be executed or run many times as you need.
It needs to convert the source code into machine code every time you need to run the program.
Its converted programs run faster
Its converted programs run slower
It indicates the errors after the whole program is converted into machine code
It indicates the error on every line it converts in machine code. It stop until you remove the error in that particular line.
 

Describe the negative effects of internet in our society? (Chapter 1)

Q. Describe the negative effects of internet in our society?
Ans.

C++ Part 10 type casting C+