Answer Posted / abhishek verma
1.Static function can access only static data member.
2.Only class name and scop revolution '::'is requered to
call the static fuction.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the differences between Structures and Arrays?
Difference between Function to pointer and pointer to function
What is unary operator?
What is c language used for?
What is the role of this pointer?
Which is better pointer or array?
Explain how can you determine the size of an allocated portion of memory?
Can you tell me how to check whether a linked list is circular?
How can I manipulate individual bits?
What is the difference between functions abs() and fabs()?
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
In C programming, how do you insert quote characters (‘ and “) into the output screen?
In which header file is the null macro defined?
Describe the steps to insert data into a singly linked list.
program to convert a integer to string in c language'