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


Please Help Members By Posting Answers For Below Questions

i have a written test for microland please give me test pattern

2273


What is the process of writing the null pointer?

673


Why is c called a mid-level programming language?

805


plz let me know how to become a telecom protocol tester. thank you.

1822


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1344






Why is c called "mother" language?

929


What will the preprocessor do for a program?

644


How can I determine whether a machines byte order is big-endian or little-endian?

686


How do you determine whether to use a stream function or a low-level function?

738


What does %2f mean in c?

790


int i=10; printf("%d %d %d", i, i=20, i);

1092


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1530


What is define directive?

701


Can one function call another?

701


write a progrmm in c language take user interface generate table using for loop?

1639