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
What is the difference between abs() and fabs() functions?
What is the difference between procedural and functional programming?
Explain what is the best way to comment out a section of code that contains comments?
give one ip, find out which contry
What are the different flags in C? And how they are useful? And give example for each in different consequences?
can we print any string without using terminator?
How can you determine the maximum value that a numeric variable can hold?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Why do we use int main instead of void main in c?
Write a program with dynamically allocation of variable.