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


Please Help Members By Posting Answers For Below Questions

What is #line?

621


What does static variable mean in c?

661


What are the different categories of functions in c?

662


What is pointer and structure in c?

583


Write a code of a general series where the next element is the sum of last k terms.

602






A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1708


What is the use of putchar function?

659


What is adt in c programming?

627


What are the loops in c?

603


What is the best way to comment out a section of code that contains comments?

792


Is c++ based on c?

661


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

742


Who invented bcpl language?

715


Difference between linking and loading?

705


Why shouldn’t I start variable names with underscores?

635