What does & mean in scanf?


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

Post New Answer

More C Interview Questions

#include<stdio.h> #include<conio.h> int main() { int a[4][4]={{5,7,5,9}, {4,6,3,1}, {2,9,0,6}}; int *p; int (*q)[4]; p=(int*)a; q=a; printf("\n%u%u",p,q); p++; q++; printf("\n%u%u",p,q); getch(); return 0; } what is the meaning of this program?

2 Answers  


What is queue in c?

0 Answers  


What is the explanation for prototype function in c?

0 Answers  


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,






How do you view the path?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


write a program to copy a string without using a string?

2 Answers  


What is the code in while loop that returns the output of given code?

0 Answers  


consagous technology placement paper

3 Answers   Consagous, Sypra,


What is the difference between text files and binary files?

0 Answers  


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


Categories