Device an algorithm for weiler-atherton polygon clipping,
where the clipping window can be any specified polygon
No Answer is Posted For this Question
Be the First to Post Answer
What are enumerated types?
what are # pragma staments?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
what is the use of using linked list and array?
Write down the program to sort the array.
What is meant by int fun const(int a, int b) { .... ... }
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
related proverb of "dont count your chicken before it hatches"
What is the meaning of c in c language?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
How do you list files in a directory?