What is difference between array and pointer in c?


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

Post New Answer

More C Interview Questions

When should a far pointer be used?

0 Answers   Aspire, Infogain,


what is the difference between embedded c and turbo c ?

1 Answers  


How can I pad a string to a known length?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


12344321 123 321 12 21 1 1 how i print this program??

5 Answers   DSR Management, Winit,


difference between ordinary variable and pointer in C?

2 Answers  


Explain what is wrong with this statement? Myname = ?robin?;

0 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


What are the valid places to have keyword “break”?

0 Answers  


What is getche() function?

0 Answers  


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers   IBM,


Categories