How do we select the big element or any other operation
from array which is read dynamically. user need to give the
elements only no need to mention the size.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is a program flowchart and how does it help in writing a program?

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


What does 3 periods mean in texting?

0 Answers  


IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


Where does the name "C" come from, anyway?

0 Answers   Celstream,






What is abstract data structure in c?

0 Answers  


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


What is a void pointer? When is a void pointer used?

0 Answers   Aspire, Infogain,


What is %g in c?

0 Answers  


What is your stream meaning?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


Categories