why we wont use '&' sing in aceesing the string using scanf


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

Post New Answer

More C Interview Questions

value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


What is c language & why it is used?

0 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


WHAT IS FLOAT?

3 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,






x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


write function to reverse char array ... without using second array

3 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


Explain indirection?

0 Answers  


write a function for strtok()??

2 Answers   Verifone,


Categories