Explain what is wrong in this statement?


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

Post New Answer

More C Interview Questions

What is the best way to comment out a section of code that contains comments?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


Write a code on reverse string and its complexity.

0 Answers   Expedia,


how can we use static and extern?and where can we use this?

3 Answers   Excel,


Why isn't it being handled properly?

0 Answers  






What does a run-time "null pointer assignment" error mean?

2 Answers  


Juxtapose the use of override with new. What is shadowing?

1 Answers  


Why c is called top down?

0 Answers  


Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

0 Answers   TCS,


What is structure data type in c?

0 Answers  


How can I sort more data than will fit in memory?

0 Answers  


how do we remove the printed character in printf statement and write next it it

1 Answers  


Categories