Answer Posted / samson chettri
stack over flow.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does c in a circle mean?
how do you execute a c program in unix.
what will be maximum number of comparisons when number of elements are given?
When c language was developed?
What are types of preprocessor in c?
Why do we use main function?
What is difference between scanf and gets?
What are the 5 types of inheritance in c ++?
What is typedef struct in c?
Can we use visual studio for c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is a 'null pointer assignment' error?
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.
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can a program be made to print the name of a source file where an error occurs?