Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..

4 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


write a program to find the number of even integers and odd integers in a given array in c language

13 Answers   IAI Cameroun, NIIT, Olive Tech, QIS,


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


how to use enum datatype?Please explain me?

3 Answers   Excel,


What is int main () in c?

0 Answers  


which do you prefer C or Pascal?

1 Answers  


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


Categories