Can we access array using pointer in c language?


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

Post New Answer

More C Interview Questions

can we access one file to one directory?

1 Answers  


What is the explanation for modular programming?

0 Answers  


write a c program to find the sum of five entered numbers using an array named number

0 Answers   TATA,


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 a spanning Tree?

1 Answers   TCS,






Give a method to count the number of ones in a 32 bit number?

4 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  


Does sprintf put null character?

0 Answers  


What is the purpose of type declarations?

0 Answers  


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


Categories