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 the significance of scope resolution operator?

851


Tell me can the size of an array be declared at runtime?

592


I have a varargs function which accepts a float parameter?

574


What is pragma in c?

623


Explain enumerated types.

595






Why void main is used in c?

559


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.

1735


given post order,in order construct the corresponding binary tree

2318


how can use subset in c program and give more example

1494


What is an expression?

652


what are the advantages of a macro over a function?

641


What are global variables?

640


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

764


Are the variables argc and argv are local to main?

780


what is the difference between class and unio?

1854