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 this pointer in c plus plus?
What is putchar() function?
Why header files are used?
What is the purpose of realloc()?
What is .obj file in c?
What is the function of multilevel pointer in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
How can I implement a delay, or time a users response, with sub-second resolution?
Why isn't it being handled properly?
How can I remove the leading spaces from a string?
Why is c platform dependent?
Are there constructors in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why does not c have an exponentiation operator?
How can I copy just a portion of a string?