what is the maximum limit of row and column of a matrix in c
programming. in linux .

Answers were Sorted based on User's Feedback



what is the maximum limit of row and column of a matrix in c programming. in linux ...

Answer / unmesh

o to 35565

Is This Answer Correct ?    7 Yes 2 No

what is the maximum limit of row and column of a matrix in c programming. in linux ...

Answer / anitya

0 to 65535.

Is This Answer Correct ?    1 Yes 0 No

what is the maximum limit of row and column of a matrix in c programming. in linux ...

Answer / swati pathak

50387

Is This Answer Correct ?    1 Yes 1 No

what is the maximum limit of row and column of a matrix in c programming. in linux ...

Answer / app

65535

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More C Interview Questions

Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

0 Answers  


what is use#in c

3 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


Program to find largest of three numbers without using comparsion operator?

3 Answers  


What is a pointer in c?

0 Answers  






Is array name a pointer?

0 Answers  


Why isnt any of this standardized in c?

0 Answers  


What are the different types of objects used in c?

0 Answers  


What are the types of arrays in c?

0 Answers  


Why clrscr is used after variable declaration?

0 Answers  


Explain high-order and low-order bytes.

0 Answers  


What is function prototype in c language?

0 Answers  


Categories