what is the maximum limit of row and column of a matrix in c
programming. in linux .
Answer Posted / app
65535
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is the difference between array and structure in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are comments and how do you insert it in a C program?
What is structure packing in c?
what are enumerations in C
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is a const pointer?
Explain the difference between null pointer and void pointer.
What is the purpose of ftell?
What is the difference between exit() and _exit() function in c?
What is s in c?
How do you convert strings to numbers in C?
What is a lookup table in c?
What is difference between main and void main?
What is the correct declaration of main?