why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is derived datatype in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
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 2 d array in c?
Is exit(status) truly equivalent to returning the same status from main?
What is sizeof array in c?
What are the basic data types associated with c?
I heard that you have to include stdio.h before calling printf. Why?
pierrot's divisor program using c or c++ code
What is the difference between the expression “++a” and “a++”?
diff between exptected result and requirement?
Explain what is #line used for?
Write program to remove duplicate in an array?
number of times a digit is present in a number