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

what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


What does nil mean in c?

0 Answers  


What is the scope of static variables?

1 Answers  


There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

15 Answers   Cisco, Google, MBT,


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

0 Answers   Amdocs, Apps Associates,


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


what is use of loop?

10 Answers   Infosys,


What is the need of structure in c?

0 Answers  


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


Is struct oop?

0 Answers  


What is a pointer?

1 Answers   ADP, IFFCO,


how to find turn around time in operating system?

3 Answers  


Categories