answersLogoWhite

0

What is double in 'c' language?

Updated: 8/10/2023
User Avatar

Wiki User

14y ago

Best Answer

The double data type is a fundamental numeric data type that can represent floating point values. Depending on implementation, it is normally 8 bytes in size, with a precision around 18 decimal digits.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

A double pointer is a pointer which points to another pointer which points to an object.

For example:

Foobar** foobar = NULL;

This means that somewhere in memory, the class foobar has been created. The variable 'foobar' now points to a pointer to that memory. However, in this example, the pointer is created as 0.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is double in 'c' language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why c language has name c why not a?

C-language was derived from B-language.


WAP mean filter in c language?

/* Exponentially weighted moving average */ double RunningAverage (double *FilteredData, double RawData, double TimeConstant) { *FilteredData += (*FilteredData - RawData) / TimeConstant; return *FilteredData; }


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is the program language c?

C is a pop language. C is a case sensetive language. C is motherof all language. C is block structure language. C is a high level language. C is advace of B language. C developed by D.richties in 1972 at AT & T Bell lab in USA. Sachin Bhardwaj 986854722 skbmca@gmail.com


Is c is regular language?

it is not regular language .it is high level language

Related questions

What is the term for double in c language?

double


How print the string with double cot in c plus plus language?

console.wrikerle("""");


If you have problem in division two double value in C language?

Maybe the divisor is zero.


Why c language has name c why not a?

C-language was derived from B-language.


WAP mean filter in c language?

/* Exponentially weighted moving average */ double RunningAverage (double *FilteredData, double RawData, double TimeConstant) { *FilteredData += (*FilteredData - RawData) / TimeConstant; return *FilteredData; }


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


Give atleast 5 data type in turbo c language?

char, short, long, float, double.


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object


What is versions of c language?

versions of c language?


What do you mean by c language?

C is a programming language.


Is c a dependent language?

C is a independent language