answersLogoWhite

0

What is meant by multiple declaration in c?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

int i_dont_know;

double i_dont_know;

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by multiple declaration in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meant by function declaration in C language?

The name of the function is established by what is called function declaration. It also establishes the number and the types of parameters.


Was the declaration of independence meant to be a joke?

Not at all.


Why do the Final Fantasys have nothing in common?

Because they are not meant to be a series. They are meant to be multiple games in multiple fantasy worlds.


What is True in C programming A multiple fn definitions and multiple declarations B 1 declaration multiple fn definitions C 1 fn definition 1 declaration D multiple declaration 1 definition?

A function's declaration must be visible within every translation unit that uses that function, thus multiple declarations are permitted. To ensure consistency across all translation units that use a function, the declaration is usually placed in a header which can be included wherever it is needed. Formal arguments need not be named in a declaration (they do not form part of the function's prototype), but named arguments can provide better documentation and need not match the names used by the definition, or indeed by any other declaration of the same function. Note that a definition is itself a declaration, thus if a function is declared (but not yet defined), there has to be at least two declarations because the function must be defined somewhere. The "one definition rule" (ODR) implies there can only ever be one definition of a function, however multiple definitions are permitted provided those definitions appear in different translation units and are token-for-token identical (including the names of formal arguments). Being token-for-token identical means there is only one definition. Thus the correct answer is D: multiple declarations with one definition.


What was the declaration of indapendance meant to do?

to declare independence from Great Britain


If A B and C are counting numbers and both A and B are multiples of C what can you say about A plus B?

A + B is also a multiple of C. ------------------------------------------- let k, m and n be integers. Then: A = nC as A is a multiple of C B = mC as B is a multiple of C → A + B = nC + mC = (n + m)C = kC where k = n + m kC is a multiple of C. Thus A + B is a multiple of C.


How did the articles of confederation reflect the ideals of the declaration of independants?

It didn't reflect the Declaration. The Declaration was a letter to the king telling him why the colonies were seeking independence, but not meant to be a foundation for government.


How did the Articles of Confederation reflect stated in the Declaration of Independence?

It didn't reflect the Declaration. The Declaration was a letter to the king telling him why the colonies were seeking independence, but not meant to be a foundation for government.


What is meant by multiple of in Mathematics?

Multiple of 2 is 2,4,6,8,10,12... and multiple of 3 is 3,6,9,12,15..... like that for all numbers


What was the introduction in the Declaration of Independence?

It was the Preamble, and it was in there b/c it has the reasons for writing the Declaration in the first place.


How did the articles of confederation reflect the ideal stated in the declaration of independence?

It didn't reflect the Declaration. The Declaration was a letter to the king telling him why the colonies were seeking independence, but not meant to be a foundation for government.


How did the articles of confederation reflect ideals stated in the Declaration of independence?

It didn't reflect the Declaration. The Declaration was a letter to the king telling him why the colonies were seeking independence, but not meant to be a foundation for government.