Answer Posted / nagi
array of pointers
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Why we write conio h 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
What are the two types of structure?
Can you mix old-style and new-style function syntax?
What is the best way of making my program efficient?
How to draw the flowchart for structure programs?
Dont ansi function prototypes render lint obsolete?
Simplify the program segment if X = B then C ← true else C ← false
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are register variables? What are the advantage of using register variables?
What is an operator?
What is quick sort in c?
How can I avoid the abort, retry, fail messages?
What is nested structure in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers