Why & is used in c?


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

Post New Answer

More C Interview Questions

difference between function & structure

9 Answers   Verizon,


What is the modulus operator?

0 Answers  


How to establish connection with oracle database software from c language?

0 Answers  


the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,






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

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


Do variables need to be initialized?

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


int far *near * p; means

0 Answers   Honeywell,


a C prog to swap 2 no.s without using variables just an array?

5 Answers   TCS,


What are the advantages of using macro in c language?

0 Answers  


Categories