write a program that will print %d in the output screen??

Answer Posted / arti

main()
{ char ch[]="%d";
printf("%s",ch);
}

Is This Answer Correct ?    46 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What functions are in conio h?

643


What are the advantages of using Unions?

637


What is #line used for?

568


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1534


What is main () in c language?

584






Can we change the value of static variable in c?

550


What is #include called?

557


Differentiate between a for loop and a while loop? What are it uses?

658


Can one function call another?

617


Can you pass an entire structure to functions?

685


How do you determine a file’s attributes?

589


What is the sizeof () a pointer?

540


What is the difference between printf and scanf in c?

735


What is extern variable in c with example?

530


How can I pad a string to a known length?

603