answersLogoWhite

0

/* Example of garbage value */ #include main() { float first = 1234567890123456789.123456789 ; double second=1234567890123456789.123456789 ; long double third = 123456789123456789.123456789; clrscr(); printf(" First=%f",first); printf("\n Second=%lf",second); printf("\n Third=%Lf",third); getch(); return; } output First=1234567939550609410.000000Second=1234567890123456770.000000Third=1234567890123456770.000000

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

When garbage value occur in c?

Garbage data in C, or in any programming language, occurs when a variable is read without having been initialized first.


In c garbage collector?

No.


What is a good picture to describe surplus?

An overflowing garbage can would do it...


What should you do if you get garbage value?

Fix your program.


What is mean by garbage value?

Garbage value or garbage data is programmers' slang for malformed data, typically with no correlation to the intended or expected value set.For example, a function F might be designed to return a student's name, consisting of a string of readable characters, terminated by a null-bytes. When the function returns unintelligible data instead, data which doesn't form a valid name in any of the supported languages, the data returned by F is said to be garbage data.Note that garbage data is not used to describe incorrect data. If, for example, function F returns the name Smith where Miller might have been the correct answer, function F would suffer from an error and the result data would be erroneous or incorrect, but not garbage.


Is there any nutritional value in soda?

No. It's garbage.


What is the value of a Peter Forsberg stamp?

None. he is garbage


What is basic concept to programming in net c-sharp?

KWYD and GIGO (Know What You're Doing and Garbage-In, Garbage-Out)


How garbage is collected?

Yes, GC can be considered as a JVM utility that checks the status of memory objects and cleans up all unused memory references so that, this memory can be used by other objects.


What is the value on a savage gold trigger model 30e in good c?

Between 120-180 dollars in the condition that you describe.


How occur garbage value?

When you use an uninitialised variable, for example.


What are garbage ants?

"Garbage ants" is not a recognized species of ant. It could be a colloquial term used to describe ants that forage for food scraps and leftovers in garbage or trash areas. Ants are known for their scavenging behavior and ability to feed on a wide variety of organic matter, including decaying food waste found in garbage.