Write a C program to accept a coordinate point in an XY coordinate system and determine in which quadrant the coordinate point lies.
#include <stdio.h> void main () { int a , b ; printf ( "Enter a value of a: " ); scanf ( "%d" , &…
Visit our page for clear understanding to enhance your skill...
#include <stdio.h> void main () { int a , b ; printf ( "Enter a value of a: " ); scanf ( "%d" , &…
We are providing a solution of all kinds of programming and hope it will be helpful for you all, to enhance your programming skill.
contact us