Answer Posted / william
I AGREE THE ASHA ANSWERS.....STATIC FUNCTION IS ONLY FOR
VISIBLE TO OTHER FUNCTION.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is volatile variable in c?
What is the difference between Printf(..) and sprint(...) ?
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
What is the equivalent code of the following statement in WHILE LOOP format?
Explain high-order bytes.
Are bit fields portable?
What are the keywords in c?
What is pointer to pointer in c?
Distinguish between actual and formal arguments.
How can you read a directory in a C program?
What is typeof in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What the different types of arrays in c?
What is the use of getchar() function?