answersLogoWhite

0

16

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How many bytes does an Boolean take in a c program?

There is no boolean in C, we usually use int/short/char to store logical values.


How many values can a boolean variable have?

Two, True or False.


Can all functions be discrete or continuous?

No. There are many common functions which are not discrete but the are not continuous everywhere. For example, 1/x is not continuous at x = 0 (it is not even defined there. Then there are curves with step jumps.


How many types are there in java?

The two basic data types in Java are primitives and objects. Primitives: byte, char, short, int, long, float, double, boolean Objects: Everything else.


What are some of the benefits of programming in C Sharp?

There are many advantages to C sharp programming like: Not having to define the Headers (.h), Classes can be defined within classes, classes and functions can be defined in random order unlike C and C++, Classes and functions don't need to be declared in the program.


How many bytes required for int float double char boolean?

Int: 4 bytes Float: 4 double: 8 char: 1 boolean: 1


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).


What is the difference between Built in Function and User Defined Function?

Built-in functions are functions that are provided for you by the standard includes. User-defined functions are those that you write yourself. Third-party functions are those that are written for you, but that are not provided by the standard includes.


Are trigononmetric ratios only relevant for a right triangle?

No. They are usually defined in terms of a right triangle.But the functions have relevance to all triangles and many other geometric shapes, as well.


Where are a few of the places that one can learn more about Boolean values in Java?

There are a a few different websites that offer lessons on Boolean values in Java. The most reliable website is called HomeAndLearn because of its many different lessons.


How many squares does a karnaugh map require for a two-variable boolean equation?

4 squares (22).


How many different numbers can you make out of 5 7 4 2?

By ordering the digits, you can make 4*3*2*1 = 24 different numbers. By using mathematical operations that are already defined (addition, power, trigonometric functions etc), you can make many more - at least millions. If you then include functions that you define, the answer is infinitely many.