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

How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  


What are the usage of pointer in c?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


What is && in c programming?

0 Answers  






5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


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

5 Answers   DSR Management, Winit,


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


What does void main () mean?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


Categories