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
Describe explain how arrays can be passed to a user defined function
What is the difference between the = symbol and == symbol?
How can I find the modification date and time of a file?
What is a memory leak? How to avoid it?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are global variables and explain how do you declare them?
Is there anything like an ifdef for typedefs?
What is getch?
What the advantages of using Unions?
How to explain the final year project as a fresher please answer with sample project
What is pointer to pointer in c?
What is the difference between array and linked list in c?
What is static identifier?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How are structure passing and returning implemented?