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
why programs in c are running with out #include
What is variable and explain rules to declare variable in c?
what are non standard function in c
What are the application of void data type in c?
What are the advantages and disadvantages of pointers?
Can math operations be performed on a void pointer?
State the difference between x3 and x[3].
main() { printf("hello"); fork(); }
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Is calloc better than malloc?
How can type-insensitive macros be created?
Hi can anyone tell what is a start up code?
What is the translation phases used in c language?
How do c compilers work?
What is #define?