What is the output of this C Code?

Code
  1. #include<stdio.h>

  2. void main()

  3. {

  4. printf(5+"fascimile");

  5. }

  6.  
Copyright GeekInterview.com

Questions by kriti aggarwal

Showing Answers 1 - 3 of 3 Answers

Mohammed AL-khatib

  • Apr 17th, 2012
 

mile

because it will skip starting 5 letters

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions