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
Do you know the difference between exit() and _exit() function in c?
How are variables declared in c?
How the c program is executed?
In C programming, what command or code can be used to determine if a number of odd or even?
write an algorithm to display a square matrix.
How to get string length of given string in c?
Differentiate Source Codes from Object Codes
What is static identifier?
How can I access an I o board directly?
What is the heap?
What are the disadvantages of external storage class?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is struct node in c?
How many types of sorting are there in c?
What is void main ()?