Is c is a low level language?
No Answer is Posted For this Question
Be the First to Post Answer
In C language, a variable name cannot contain?
how to find sum of 5 digits in C?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Was 2000 a leap year?
What is self-referential structure in c programming?
What is the difference between typedef and #define?
Which driver is a pure java driver
Explain union.
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
How to find the usage of memory in a c program