Answer Posted / radhika
function which is static in class,which cannot be overridden
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What do mean by network ?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can I sort more data than will fit in memory?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Explain void pointer?
What is the difference between new and malloc functions?
In which language linux is written?
Which one would you prefer - a macro or a function?
What is default value of global variable in c?
Why c is called free form language?
Can you return null in c?
Are local variables initialized to zero by default in c?
Explain that why C is procedural?
Why we use conio h in c?
What is the significance of an algorithm to C programming?