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
can anyone please tell about the nested interrupts?
Explain void pointer?
What is keyword in c?
What does struct node * mean?
Explain modulus operator. What are the restrictions of a modulus operator?
How can you avoid including a header more than once?
What is console in c language?
hi any body pls give me company name interview conduct "c" language only
What is the general form of a C program?
Is c still relevant?
Does c have class?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Explain the difference between the local variable and global variable in c?
What is 02d in c?
What is the heap in c?