I need a help with a program:
Write a C program that uses data input in determining the
whole of points A and a whole of circles B. Find two points
in A so that the line which passes through them, cut through
the maximum number of circles.
No Answer is Posted For this Question
Be the First to Post Answer
main() { printf(5+"Vidyarthi Computers"); }
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
When should volatile modifier be used?
write a program that explain #define and # undef directive
Explain how can I right-justify a string?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
Explain what is dynamic data structure?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
what is the difference between strcpy() and memcpy() function?
Write a program in c to print * * * * * *******
Define the scope of static variables.
Why can’t we compare structures?