I came across some code that puts a (void) cast before each call to printf. Why?


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

Post New Answer

More C Interview Questions

input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


Why we use void main in c?

0 Answers  


What is the difference between a function and a method in c?

0 Answers  


why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?

1 Answers  


What are dangling pointers in c?

0 Answers  






What does c mean before a date?

0 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


What is meant by 'bit masking'?

0 Answers  


What is multidimensional arrays

0 Answers  


What are pragmas and what are they good for?

0 Answers  


What is a class?

3 Answers  


Categories