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
In C programming, what command or code can be used to determine if a number of odd or even?
what is recursion in C
Here is a good puzzle: how do you write a program which produces its own source code as output?
What is the difference between a function and a method in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
In c programming language, how many parameters can be passed to a function ?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How can I find the modification date and time of a file?
What are the types of functions in c?
What are all different types of pointers in c?
What does sizeof int return?
How pointer is different from array?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is structure pointer in c?
When c language was developed?