How do I access the command line argument that I set in my project. for example if I give following input to command line "abc def ghi" then how do I access them using argc &/or argv.
I am getting some integer values if I am accessing them via argv[i] or *argv[i] Thanks.