Answer Posted / chandra
if a<c and b<c then c<a+b
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is time complexity c?
Where local variables are stored in c?
What is the full form of getch?
Can true be a variable name in c?
Why static is used in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is a nested loop?
Why header files are used?
How does struct work in c?
Can variables be declared anywhere in c?
Explain a pre-processor and its advantages.
What is void main () in c?
what is the role you expect in software industry?
find the sum of two matrices and WAP for it.
Is exit(status) truly equivalent to returning the same status from main?