How can I increase the allowable number of simultaneously
open files?
Post New Answer View All Answers
Explain how can you be sure that a program follows the ansi c standard?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is meant by int main ()?
What are header files why are they important?
Can a pointer be null?
What are the different categories of functions in c?
Explain what are linked list?
What is putchar() function?
What is the general form of #line preprocessor?
Explain how can I right-justify a string?
Why do we use int main instead of void main in c?
What are the main characteristics of c language describe the structure of ac program?
Why functions are used in c?
What is array in c with example?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above