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

hi send me sample aptitude papers of cts?

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


convert 12345 to 54321 withoutusing strig

5 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  


Explain what are the advantages and disadvantages of a heap?

0 Answers  






a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


errors in computer programmes are called

1 Answers   NET,


i need all types of question paper releted to "c" and other language.

0 Answers  


Categories