What is difference between arrays and pointers?


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

Post New Answer

More C Interview Questions

Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


What is the ANSI C Standard?

0 Answers   Celstream,


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


What is #include in c?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,






macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


Explain modulus operator.

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


explain how do you use macro?

0 Answers  


What is the use of #include in c?

0 Answers  


Categories