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

How can I split up a string into whitespace-separated fields?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


How do you convert strings to numbers in C?

0 Answers  


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


How can I handle floating-point exceptions gracefully?

0 Answers  


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


Why can't I perform arithmetic on a void* pointer?

0 Answers  


Categories