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 register variable in c language?
What is identifiers in c with examples?
Which of these functions is safer to use : fgets(), gets()? Why?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What are the uses of null pointers?
Where static variables are stored in c?
Difference between goto, long jmp() and setjmp()?
What is boolean in c?
What is the difference between strcpy() and memcpy() function in c programming?
What is the difference between constant pointer and constant variable?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Are pointers integers in c?
Explain what is wrong in this statement?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Is c language still used?