Answer Posted / rama krishna sidhartha
Initializing the values of variables or array variables at
the time of execution (or)runtime.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is modifier & how many types of modifiers available in c?
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
Explain high-order bytes.
How can a program be made to print the name of a source file where an error occurs?
What is 02d in c?
Is c high or low level?
Why do we use int main instead of void main in c?
What is header file in c?
Do array subscripts always start with zero?
Can we use visual studio for c?
What the advantages of using Unions?
Why enum is used in c?
What is a volatile keyword in c?
What does nil mean in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream