how to find out the biggest element (or any other
operation) in an array which is dynamic. User need not to
mention the array size while executing.

Answer Posted / rahul

soory i dont no but i need this Answer

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the deal on sprintf_s return value?

647


Define and explain about ! Operator?

619


Differentiate between a for loop and a while loop? What are it uses?

677


What are loops c?

620


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

728






how could explain about job profile

1460


What is calloc() function?

628


What is the difference between the expression “++a” and “a++”?

652


What is the use of a conditional inclusion statement in C?

607


Why does everyone say not to use gets?

612


Explain threaded binary trees?

684


What would be an example of a structure analogous to structure c?

578


When would you use a pointer to a function?

591


Why is it that not all header files are declared in every C program?

687


What's a good way to check for "close enough" floating-point equality?

632