Explain what does it mean when a pointer is used in an if statement?


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

Post New Answer

More C Interview Questions

What does static variable mean in c?

0 Answers  


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


What is Memory leakage ?

2 Answers   HCL,


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


code for reverse alternate words from astring

1 Answers   IBM,






What are the Advantages of using macro

0 Answers  


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


What is fflush() function?

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


What is hashing in c?

0 Answers  


Why do we use int main?

0 Answers  


Categories