Answer Posted / mastan vali.shaik
the element of 5th row and 0th column
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What is advantage of pointer in c?
What are the different data types in C?
Explain argument and its types.
Are negative numbers true in c?
Explain what is the difference between #include and #include 'file' ?
How does #define work?
What are directives in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is a substring in c?
Explain how are 16- and 32-bit numbers stored?
Describe the difference between = and == symbols in c programming?
What is the use of clrscr?
What is the default value of local and global variables in c?
Which is better between malloc and calloc?
What are the 4 types of functions?