wat is the difference between a definition and declaration?
float y;---it looks like a declaration..but it s a
definition.how?someone explain
Answer Posted / kantilal
the diff b/w defination and declaration is
defination is allocating memory to the variable
ddeclaration is telling what type of variable it is and not
allocating memory for it
float y is defination as compiler allcates memory for it
if you give as extern float y it is declaration
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
Who invented bcpl language?
When c language was developed?
Is that possible to store 32768 in an int data type variable?
What is the c value paradox and how is it explained?
Explain that why C is procedural?
Explain what is a static function?
Explain how do you convert strings to numbers in c?
Can a variable be both const and volatile?
what are # pragma staments?
int far *near * p; means
Which driver is a pure java driver
What is the scope of global variable in c?
What are the types of macro formats?
What is an example of structure?
What is null in c?