What is diffrance between declaration and defination of a variable or function
Answer Posted / nagarjuna reddy
once a variable is defined it'l never change through entire
program.
but declaration of a variable can be changed as per our
requirement.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is size of union in c?
Why we use break in c?
What is 2c dna?
What is the use of the function in c?
How can a process change an environment variable in its caller?
Is there a way to switch on strings?
What does c mean in basketball?
What is masking?
What is extern variable in c with example?
Explain what is the difference between far and near ?
What is action and transformation in spark?
What is const keyword in c?
How can my program discover the complete pathname to the executable from which it was invoked?
Explain how can I remove the trailing spaces from a string?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.