Answer Posted / valli
a two dimensional array of 5 rows and n columns
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What do you mean by keywords in c?
Describe static function with its usage?
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's a good way to check for "close enough" floating-point equality?
What is the size of structure in c?
How is pointer initialized in c?
what does static variable mean?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Explain what is output redirection?
What is int main () in c?
Explain the red-black trees?
What is the best style for code layout in c?
Subtract Two Number Without Using Subtraction Operator
Are comments included during the compilation stage and placed in the EXE file as well?
What is meant by inheritance?