What is the difference between array_name and &array_name?


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

Post New Answer

More C Interview Questions

printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


What is a newline escape sequence?

0 Answers  


Write a factorial program using C.

0 Answers   iNautix,


What are the features of the c language?

0 Answers  






Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


What are valid signatures for the Main function?

0 Answers  


difference between the array and linked list general difference related to memory

2 Answers  


What is difference between far and near pointers?

0 Answers  


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


Categories