answersLogoWhite

0

What is the definition of programmer defined in turbo c?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

Programmers are humans, people who write programs, and they are not 'defined in Turbo C'. One of their common attributes is that they just hate stupid questions. See the attached link.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the definition of programmer defined in turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is gotoxy in turbo c?

A function, defined in conio.h. Use the help.


Example of deposit or withdrawal in turbo c?

the definition of deposit and withdrawal


What is use of user defined data in c?

to create user defined functions the user defined data is needed nd its useful to the programmer to create its own data.


What is programmer c?

programmer c is no more do not question or...nighty night


Where is programmer c?

programmer c is no more do not question or...nighty hight


Where can you find programmer c?

programmer c is no more do not question or...nighty night


Can i find programmer c?

programmer c is no more do not question or...nighty night


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


What do you mean by undefined symbol in turbo c?

An undefined symbol is where you make a reference to a symbol, but you have not yet declared and defined it.


What is the difference built in functions and user defined functions?

There are two types of functions in C++: Built-in or standard Library Function User defined function BUILT-IN FUNTION Built-in function which are also called Standard Library Functions are the functions provided by the C++ and we do not have to write them. These functions are included in the Header Files They are mostly written at the start of the Program They cannot be changed. EXAMPLE: conio.h; clrscrn; , etc. USER-DEFINED FUNCTION A user-defined function is a function defined by the programmer. It allows the programmer to write their own function. It allows the programmer to divide the program in many parts, which makes it easy for the programmer to rectify or modify the program; as it is easy to locate & jump to any part of the program. A programmer can write groups code to perform a specific task and that group of code is given a name (identifier).


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C