what is computer

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an endless loop?

1036


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

5736


write a program for the normal snake games find in most of the mobiles.

1998


What is a pointer and how it is initialized?

806


What is the explanation for modular programming?

893


Should I learn c before c++?

947


What is n in c?

788


When should you use a type cast?

798


How can I get the current date or time of day in a c program?

941


what are non standard function in c

1631


What is the advantage of c?

789


How do you determine the length of a string value that was stored in a variable?

849


please explain every phase in the "SDLC" in the dotnet.

2371


What are reserved words with a programming language?

819


What the advantages of using Unions?

891