Explain how can I open a file so that other programs can update it at the same time?
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.
code for quick sort?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are the similarities between c and c++?
Can true be a variable name in c?
develop algorithms to add polynomials (i) in one variable
What are the two types of structure?
Can a pointer be null?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Does * p ++ increment p or what it points to?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
List a few unconditional control statement in c.
Do pointers need to be initialized?
using for loop sum 2 number of any 4 digit number in c language