find the sum of two matrices and WAP for it.
Is struct oop?
What is function what are the types of function?
What is typedef struct in c?
What happens if a header file is included twice?
Explain what is the difference between a string and an array?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are types of structure?
What tq means in chat?
Explain two-dimensional array.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is a stream?
Write a program that accept anumber in words