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 structure in c language?
what will be maximum number of comparisons when number of elements are given?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Why does everyone say not to use scanf? What should I use instead?
Why does not c have an exponentiation operator?
Describe the modifier in c?
Write a program to check palindrome number in c programming?
What is the difference between local variable and global variable in c?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Explain how can you tell whether a program was compiled using c versus c++?
What does %p mean c?
Explain what is the difference between null and nul?
What is pre-emptive data structure and explain it with example?
What is pragma c?