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
Is c high or low level?
How do you define structure?
What is use of integral promotions in c?
Why isnt any of this standardized in c?
Explain how do you override a defined macro?
Where define directive used?
Is stack a keyword in c?
What is the difference between ++a and a++?
Is null always defined as 0(zero)?
Do string constants represent numerical values?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
a program that can input number of records and can view it again the record
What is #include stdio h and #include conio h?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
When should the register modifier be used? Does it really help?