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 are header files and what are its uses in C programming?
What are preprocessor directives in c?
Why is sprintf unsafe?
Tell me what is the purpose of 'register' keyword in c language?
What is the use of extern in c?
What is c basic?
Can a void pointer point to a function?
Discuss the function of conditional operator, size of operator and comma operator with examples.
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
How can I do peek and poke in c?
What are the 4 types of functions?
Do pointers take up memory?
What are the uses of null pointers?
What is the code in while loop that returns the output of given code?
What is the size of empty structure in c?