Answer Posted / vadivel t
conceptually, pointer is another representation of an array.
In both the concepts data elements can be accessed using
subscripts.
Array knows the boundary of it. But pointer will not know
its boundary, unless otherwise informed explicitly.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Differentiate between the expression “++a” and “a++”?
Tell me is null always defined as 0(zero)?
What will be the outcome of the following conditional statement if the value of variable s is 10?
List the difference between a "copy constructor" and a "assignment operator"?
What is the need of structure in c?
What is #pragma statements?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Define the scope of static variables.
What are logical errors and how does it differ from syntax errors?
application attempts to perform an operation?
What are actual arguments?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Why is c used in embedded systems?
Explain how can I make sure that my program is the only one accessing a file?