Answer Posted / phani kumar s
defination like :-
Max(x,y) x>y?x:y
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why c is a procedural language?
Can we access the array using a pointer in c language?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is the use of function in c?
Differentiate between a for loop and a while loop? What are it uses?
What are the features of c languages?
What should malloc(0) do?
What is the equivalent code of the following statement in WHILE LOOP format?
What is the difference between printf and scanf )?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Is there any demerits of using pointer?
Explain how do you search data in a data file using random access method?
How can you tell whether a program was compiled using c versus c++?
What are derived data types in c?
Write a program that accept anumber in words