what is computer
Answers were Sorted based on User's Feedback
Answer / mayank
computer is a electronic m/c which can solve
calculations,alfabatical and numeric problems.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / bala prasad
Computer is an eletronic device which can be used to solve mathematical and logical operations.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suraj
Computer is such electronic hardware device which use to run various applications and also for calculations related with mathematical and logical.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between c and c++?
What does typeof return in c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Differentiate between Macro and ordinary definition.
Who developed c language and when?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are the advantages of using linked list for tree construction?
what is level of tree if leaf node is at level 4.please explain.
Why is c not oop?
Can we write a program without main() function?
WHAT IS LOW LEVEL LANGUAGE?
What is wild pointer in c?