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
I have a varargs function which accepts a float parameter?
What is the scope of global variable in c?
Write a code to generate divisors of an integer?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the scope of an external variable in c?
What is the use of f in c?
What are the modifiers available in c programming language?
How do we declare variables in c?
Explain what is the purpose of "extern" keyword in a function declaration?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the size of a union variable?
Explain the bubble sort algorithm.
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain how can I make sure that my program is the only one accessing a file?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.