Do array subscripts always start with zero?
No Answer is Posted For this Question
Be the First to Post Answer
To what value do nonglobal variables default? 1) auto 2) register 3) static
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is the difference between array and structure in c?
What is a stream in c programming?
What are .h files and what should I put in them?
to get a line of text and count the number of vowels in it
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
Write the syntax and purpose of a switch statement in C.
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How to declare pointer variables?
what is the difference between getch() and getche()?
How do I declare a pointer to an array?