Home » Categories » C » Find the output?
Find the output?
0
Find the output?

main()

{

printf("as");

printf("\bhi");

printf("is\n");

}

 
Asked By : yamuna Categories : CProgrammingTechnicalCisco
  Answer:   
Post Your Answer
Tweet
Related Questions