what is the maximum limit of row and column of a matrix in c
programming. in linux .
Answer Posted / swati pathak
50387
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How are Structure passing and returning implemented by the complier?
What are variables and it what way is it different from constants?
Write a program to print factorial of given number without using recursion?
What is scope rule of function in c?
What is enumerated data type in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
How can I get back to the interactive keyboard if stdin is redirected?
Explain how can I avoid the abort, retry, fail messages?
Explain what is the difference between a string and an array?
What does #pragma once mean?
What is a const pointer?
How many main () function we can have in a project?
What is a static variable in c?
What functions are in conio h?
how can f be used for both float and double arguments in printf? Are not they different types?