what is computer

Answers were Sorted based on User's Feedback



what is computer..

Answer / mayank

computer is a electronic m/c which can solve
calculations,alfabatical and numeric problems.

Is This Answer Correct ?    5 Yes 0 No

what is computer..

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

what is computer..

Answer / bilal

a computer is a set of h/w and s/w components

Is This Answer Correct ?    1 Yes 0 No

what is computer..

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

Post New Answer

More C Interview Questions

how to find sum of digits in C?

21 Answers   CTS, Infosys,


What is line in c preprocessor?

1 Answers  


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


Can main () be called recursively?

1 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


Why should I prototype a function?

1 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


What is property type c?

1 Answers  


What is the difference between text and binary i/o?

1 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1 Answers   Wilco,


What is the difference between malloc() and calloc() function in c language?

1 Answers  


Categories