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
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What is the difference between char array and char pointer?
what is c++ programming?
What is ponter?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
Why we use conio h in c?
What is the purpose of the preprocessor directive error?
Can you define which header file to include at compile time?
What is scanf () in c?
What is ambagious result in C? explain with an example.
What is #include in c?