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
Can you please compare array with pointer?
Who is the founder of c language?
Write programs for String Reversal & Palindrome check
How can you convert integers to binary or hexadecimal?
Can we change the value of constant variable in c?
Is it better to bitshift a value than to multiply by 2?
What is a program flowchart and explain how does it help in writing a program?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Define Spanning-Tree Protocol (STP)
What is the purpose of ftell?
What does %p mean?
What are register variables in c?
Explain the use of fflush() function?
Can 'this' pointer by used in the constructor?