What is the purpose of & in scanf?


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

Post New Answer

More C Interview Questions

Why is sprintf unsafe?

0 Answers  


Without Computer networks, Computers will be half the use. Comment.

0 Answers  


write a program to print data of 5 five students with structures?

0 Answers  


What is the purpose of void in c?

0 Answers  


What is putchar() function?

0 Answers  






How can I make it pause before closing the program output window?

0 Answers  


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


what is a void pointer?

2 Answers  


int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


if p is a string contained in a string?

0 Answers  


what is the difference between c and c++?

7 Answers  


Categories