how to find the largest element of array without using relational operater?
Answer Posted / mpasinski
Regarding Answer2 - what if int in your machine is 32 bit
instead of 16. The code is not universal.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How can a process change an environment variable in its caller?
how logic is used
What are types of structure?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
find the sum of two matrices and WAP for it.
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What does the error message "DGROUP exceeds 64K" mean?
What is a constant and types of constants in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is the use of a conditional inclusion statement in C?
Which type of language is c?
How can I manipulate individual bits?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
How can I find the modification date of a file?
using only #include