Answer Posted / anusha
software is a set of instructions given to the system to
run the program
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
can we implement multi-threads in c.
Why is c used in embedded systems?
What is class and object in c?
What is the hardest programming language?
How do I swap bytes?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What are disadvantages of C language.
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the difference between variable declaration and variable definition in c?
What 'lex' does?
Explain setjmp()?
What does the && operator do in a program code?
How can I write functions that take a variable number of arguments?
What is strcpy() function?