When should a type cast not be used?


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

Post New Answer

More C Interview Questions

will u please send me the placement papers to my mail???????????????????

0 Answers  


write a program that will read the temperature in Celsius and convert that into Fahrenheit.

1 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


what is software?

7 Answers   Wipro,


What is page thrashing?

0 Answers  






Which is the best sort method for library management?

1 Answers   Microsoft,


How can you invoke another program from within a C program?

0 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


Is calloc better than malloc?

0 Answers  


How to write a multi-statement macro?

0 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


Does c have class?

0 Answers  


Categories