illustrate the use of address operator and dereferencing
operator with the help of a program


guys plzzz help for this question


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

Post New Answer

More C Interview Questions

What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


which one low Priority in c? a)=,b)++,c)==,d)+

10 Answers  


What is alloca() and why is its use discouraged?

1 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,






write a program to generate address labels using structures?

0 Answers   SJC,


What is a stream?

0 Answers  


What is a program flowchart and how does it help in writing a program?

0 Answers  


How pointers are declared?

0 Answers  


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


What is sizeof int in c?

0 Answers  


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


Categories