answersLogoWhite

0

What does truefalse mean in C programming?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Nothing. You may define them, though:

#define true 1

#define false 0

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does truefalse mean in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by c language?

C is a programming language.


What does the hashtag mean in programming?

In programming, specifically in C and C++, the hashtag (#) is used to include files into the main program and to create macros.


What do you mean by non primitive data structure in C programming?

What do you mean by searching in data structure in C.?


What are the colors in C programming language?

What exactly do you mean by colors?


C what does it mean?

Hundred Carbon A vitamin A programming language ...


What does increments mean in C programming?

It has nothing to do with C, it simply means: add 1 to a variable.


What do you mean by Net Programming?

It is programming using the .NET Framework, which does not necessarily have anything to do with the web. It refers to languages such as: VB.NET, C#, Visual C++, J# etc.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


What actually mean by object oriented programming Is C plus plus is a object oriented programming?

Just eat a watermellon!


What is c and c in computer programming?

C and C++ are both high-level programming languages.


What does it mean when use percent 17 or mod any number in Array in C programming?

I mean %17


What do you mean by c plus plus?

C++ is a programming language, but, in the same time, it's a valid expression. Example:A= C++is equivalent with:A= C, C= C+1It's a bit of a joke. In the programming language C, ++ is the increment operator, so C++ can be interpreted as "C, except one better."