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
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Explain what is wrong with this statement? Myname = ?robin?;
what is a constant pointer in C
Why header files are used?
How can I call fortran?
What are the different types of C instructions?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
write an algorithm to display a square matrix.
What is void c?
Can you please explain the difference between exit() and _exit() function?
What is c value paradox explain?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Write the syntax and purpose of a switch statement in C.
What language is c written?