Answer Posted / amit
An array is a values of collaction of same data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of type specifiers?
What do you mean by invalid pointer arithmetic?
What is the difference between union and anonymous union?
How can I handle floating-point exceptions gracefully?
Explain data types & how many data types supported by c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Are the outer parentheses in return statements really optional?
How do you search data in a data file using random access method?
What is meant by keywords in c?
Why cant I open a file by its explicit path?
What is a macro in c preprocessor?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Here is a neat trick for checking whether two strings are equal