Can we access the array using a pointer in c language?


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

Post New Answer

More C Interview Questions

In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


What is the meaning of && in c?

0 Answers  


How can a program be made to print the line number where an error occurs?

0 Answers  


What does the && operator do in a program code?

0 Answers  


What is the exact difference between '\0' and ""

3 Answers  






Why doesnt that code work?

0 Answers  


write a program for size of a data type without using sizeof() operator?

22 Answers   HCL, IBM,


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


Which is more efficient, a switch statement or an if else chain?

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


What is volatile variable in c?

0 Answers  


Categories