what is computer

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between strcpy() and memcpy() function?

595


What is a pointer in c plus plus?

696


What is difference between structure and union with example?

596


What does emoji p mean?

601


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

666






What does 4d mean in c?

949


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1497


How many parameters should a function have?

668


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

2684


What is conio h in c?

624


Explain what is a const pointer?

640


What are the 4 types of unions?

609


Do you know the difference between malloc() and calloc() function?

614


What are identifiers and keywords in c?

573


What is a null pointer in c?

595