recategorized by
6,255 views

2 Answers

1 votes
1 votes
ans : d . it vary from operating system to operating system
0 votes
0 votes

Answer C. It may vary from one operating system to another

 

Microsoft Windows NT Advanced server 3.1 and Microsoft Windows NT Workstation 3.1 accepts 128 characters

Windows NT 4.0 and Windows 200 accepts 2046 characters

Windows XP accepts 8191 characters

Likewise the number of characters that the command line can have differs for Windows, UNIX, LINUX, DOS etc. As we can see from the details given for Windows version, as the version changes the number command line arguments also change. The latest version always accepts more number of command line inputs

Answer:

Related questions

4 votes
4 votes
4 answers
1
admin asked Mar 31, 2020
1,398 views
What is the meaning of following declaration?int(*p[7])();$p$ is pointer to function$p$ is pointer to such function which return type is array$p$ is array of pointer to f...
2 votes
2 votes
4 answers
2
admin asked Mar 31, 2020
989 views
How will you free the allocated memory?remove(var-name)free(var-name)delete(var-name)dalloc(var-name)
2 votes
2 votes
1 answer
3
admin asked Mar 31, 2020
802 views
The keyboard used to transfer control from a function back to the calling function is:switchgo togo backreturn
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
6,443 views
Given a class named student, which of the following is a valid constructor declaration for the class?Student student(){}Private final student(){}Student(student s){}Void ...