Answer Posted / dhana lakshmi
storing the data electronically is called software.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Give me the code of in-order recursive and non-recursive.
What is function what are the types of function?
what is the basis for selection of arrays or pointers as data structure in a program
What is use of null pointer in c?
What is main () in c?
What is the difference between new and malloc functions?
Explain what are the different file extensions involved when programming in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is the purpose of main() function?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is memory leak in c?
Why do we use int main instead of void main in c?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is modeling?