what is the maximum limit of row and column of a matrix in c
programming. in linux .
Answer Posted / anitya
0 to 65535.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to find factorial of a number using recursive function.
What is a const pointer?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Why is it important to memset a variable, immediately after allocating memory to it ?
What are header files in c?
If fflush wont work, what can I use to flush input?
Are there namespaces in c?
Why do we use namespace feature?
What does return 1 means in c?
What is function pointer c?
How are 16- and 32-bit numbers stored?
What is difference between main and void main?
Is there a way to switch on strings?
How do you generate random numbers in C?
Is c procedural or functional?