answersLogoWhite

0

Why is 42 not declared amazing?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

It would be redundant....like declaring that air is breathable.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What error causes an undeclared identifier?

Undeclared identifier errors occur in statically typed languages where a name is used before it is declared. For example: void f (void) { x = 42; /* error */ } To fix this error, the name, x, must be declared before it can be initialised with a value: void f (void) { int x; x = 42; /* ok */ } Alternatively, we can combine the declaration and the initialisation: void f (void) { int x = 42; /* ok */ }


Is 42 - 100 less than one?

-58


What is the best brand of LCD for playing video games?

i am using a Sharp Aquos 42" LCD with my xbox360 in 1080P and resident evil 5 looks amazing.


How do you declared and initialized a pointer variable?

#include<iostream> int main() { int x=42; int* p=&x; // declare and initialise a pointer, assigning the address of x. }


In most languages where does a local variables scope begin and end?

A local variable only exists within the scope in which it is declared. As soon as the scope ends, the variable ceases to exist. { // beginning of a scope, i does not yet exist int i = 42; // local variable declared, i now exists } // end of scope, i no longer exists


What is the Ojibway translation for amazing?

maamakaaj = amazing maamakaadizi = he/she/it is amazing, be amazing


What is the greatest common factor of 42 and 84?

The GCF of 42 and 84 is 42.


Have the s.y.b.a results declared?

no not declared'


Eight fraction problem with the number 42?

42/2, 42/3, 42/4, 42/5, 42/6, 42/7, 42/8 and 42/9.


What is the Lcm of 14 and 42?

LCM(14, 42) = 42


Is 7X6 42?

7x6=42


What is 6x7?

6X7=42 BECAUSE YOU HAVE 6 GROUPS OF 7 SO THAT MAKES IT 42