program to find a smallest number in an array
Answer Posted / fg
vcxcx
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is reason of your company position's in india no. 1.
What is wrong with this code?
What is c language & why it is used?
What are the standard predefined macros?
Explain why C language is procedural?
State the difference between x3 and x[3].
How can I access an I o board directly?
Explain the difference between null pointer and void pointer.
In a header file whether functions are declared or defined?
What is the difference between text and binary i/o?
How to get string length of given string in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How can you call a function, given its name as a string?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?