Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. asavitha

    what does the format specifier %n do?

    i tried executing the following program: main() { int i=250; printf("%n",&i); printf("...%d",i); } and got the output as...1 the output is same for any value of i please explain me the output and the function of format specifier %n Thank u for any help

Part and Inventory Search

Back
Top