what are the static variables
Answer Posted / nitin gupta
a static variable is shared by all the the instances of a
class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is the difference between the local variable and global variable in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain what are binary trees?
Are comments included during the compilation stage and placed in the EXE file as well?
Why string is used in c?
What does the c preprocessor do?
Explain how does flowchart help in writing a program?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What are static variables in c?
Can you write the function prototype, definition and mention the other requirements.
How can I determine whether a machines byte order is big-endian or little-endian?
What is printf () in c?
What is #line in c?