Which command is more efficient?
*(ptr+1) or ptr[1]
Answer Posted / priya
*(ptr+1)
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
When should you use a type cast?
Why we use conio h in c?
What is extern variable in c with example?
Explain what is a pragma?
Why is structure important for a child?
What is 1d array in c?
What is || operator and how does it function in a program?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How do I copy files?
What is the return type of sizeof?
What is static identifier?
What are the types of unary operators?
What is hash table in c?
Why are all header files not declared in every c program?
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