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 scope and lifetime of a variable in c?
In which header file is the null macro defined?
Why header files are used?
What are the types of assignment statements?
What is the significance of scope resolution operator?
Is r written in c?
What is property type c?
What is void main () in c?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the purpose of main() function?
How are variables declared in c?
What is a pointer on a pointer in c programming language?
Do array subscripts always start with zero?
What is equivalent to ++i+++j?
Write a program to reverse a linked list in c.