What is the 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

What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


All technical questions

0 Answers   TCS,


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Why is c faster?

0 Answers  






what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


What is the purpose of main( ) in c language?

0 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


What is c standard library?

0 Answers  


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


Categories