What is diffrance between declaration and defination of a variable or function
Answer Posted / r.ramakrishna
Declaration means allocating memory for the variable.
Definition means defining address of the variable in a class.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are runtime error?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How can I make it pause before closing the program output window?
How can you be sure that a program follows the ANSI C standard?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Why doesnt that code work?
What does the error 'Null Pointer Assignment' mean and what causes this error?
what do you mean by inline function in C?
Explain what is wrong in this statement?
Explain the use of 'auto' keyword
How does #define work?
Between macros and functions,which is better to use and why?
What is difference between array and pointer in c?