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

64/square(4)

1 Answers  


Why do we use return in c?

0 Answers  


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


write a C program to print the program itself ?!

16 Answers   TCS,


What is the correct code to have following output in c using nested for loop?

0 Answers  


What is variable in c with example?

1 Answers  


Why header file is used in c?

0 Answers  


Explain function?

0 Answers  


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

2 Answers   Drona Solutions, Infosys, Vodafone, Webyog,


Categories