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
Can you please compare array with pointer?
What are the data types present in c?
What is calloc in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is the meaning of 2d in c?
What is 2c dna?
What is the difference between struct and union in C?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How can I change their mode to binary?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can I sort more data than will fit in memory?
How would you obtain the current time and difference between two times?
What do you know about the use of bit field?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?