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

What are examples of structures?

0 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


2. What does static variable mean?

2 Answers  






how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


What is the difference between a string and an array?

0 Answers  


Explain what are reserved words?

0 Answers  


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


What is the difference between c &c++?

0 Answers  


Categories