How pointer is different from array?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above

5 Answers   Accenture, TCS,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


What is meant by errors and debugging?

0 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);

8 Answers   HCL,






What is the purpose of sprintf?

0 Answers  


Why is a semicolon (;) put at the end of every program statement?

0 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Write a program in c to print * * * * * *******

1 Answers  


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  


Categories