what is the difference between definition and declaration?
give me some examples.
Answer Posted / mohammed anas
declaration:
for example,int i;
definition:
declaration as well as initialisation is known as definition
for example int i=25;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what are non standard function in c
Explain how do you search data in a data file using random access method?
What is maximum size of array in c?
What are types of preprocessor in c?
When can a far pointer be used?
Explain the array representation of a binary tree in C.
What is c token?
What is scope of variable in c?
What is the difference between typedef struct and struct?
What are the key features in c programming language?
Disadvantages of C language.
What is ## preprocessor operator in c?
What is #include stdio h?
I need a sort of an approximate strcmp routine?
What are the types of type specifiers?