Answer Posted / rathina priya
it is initialized to zero when the first object of
it's class is created
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Tell me the use of bit field in c language?
Why is extern used in c?
what are the advantages of a macro over a function?
What is pointer to pointer in c language?
What is the difference between text and binary i/o?
What are the 4 types of unions?
How do I use strcmp?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are keywords c?
What are the application of void data type in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Is array a primitive data type in c?
What is sizeof array?
Explain Function Pointer?
Is it possible to pass an entire structure to functions?