/ Published in: C
                    
                                        for checking the cmdargs
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 int main(int argc, char* argv[]) { int i = 0; for(i=0; i<argc; i++) { } return 0; }
Comments
                    Subscribe to comments
                
                