Interviewer And Interviewee Guide
Interviews Quizzes

Aptitude Interview Question:

What is the maximum no. of arguments that can be given in a command line in C?

Submitted by: Administrator
for a program
int main(int argc, char **argv) ....
^^^^
sizeof(int) number of arguments are possible
hence 32767 args are possible for a 32 bit computer
Submitted by: Administrator

Read Online Aptitude Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.