what is the difference between declaration ,defenetion and
initialization of a variable?
Answer Posted / shabeer v c
A good example to illustrate this Question ges like this:
Whenever we apply for a job the company declares that we
have been selected. Similarly we declare a variable like
int emp;
(here emp behaves as an employee).
Then he will be assigned with a initial salary which
will be incremented in course of time period or on
experience basis.
Similarly the variable int is assigned a initial
value.
i.e int emp=20;
(value can be changed in between program)
The employee is now identified by his post, which can
define his status in the company.
Same way the variable is also defined in the
program.
ie. int emp;
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Why C language is a procedural language?
How is pointer initialized in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
How many bytes is a struct in c?
What is the use of pragma in embedded c?
What is null in c?
What is the use of extern in c?
What are the benefits of c language?
How can I change their mode to binary?
Why do we use return in c?
simple program of graphics and their output display
What is openmp in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Is it better to use malloc() or calloc()?
What is c method?