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
What is use of bit field?
If I have a char * variable pointing to the name of a function ..
Implement bit Array in C.
What does. int *x[](); means ?
swap 2 numbers without using third variable?
write a program to find out prime number using sieve case?
Why is structure important for a child?
What's a good way to check for "close enough" floating-point equality?
What is the difference between far and near ?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are the types of pointers?
given post order,in order construct the corresponding binary tree
how to introdu5ce my self in serco
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Explain how can I avoid the abort, retry, fail messages?