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...

difference between string and array?

Answer Posted / gnaneshwar

In the C programming language a string is actually the same as an array of characters. The last character in a C string is a zero byte which indicates the end of the string.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1283


Explain the concept and use of type void.

1165


List the difference between a "copy constructor" and a "assignment operator"?

1064


How to delete a node from linked list w/o using collectons?

2823


How can I swap two values without using a temporary?

1154


Explain the difference between malloc() and calloc() function?

1099


What are the 4 types of organizational structures?

1161


explain what is a newline escape sequence?

1133


What is the use of header?

1141


Explain what are the different data types in c?

1265


Why doesn't C support function overloading?

2865


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.

3168


Apart from dennis ritchie who the other person who contributed in design of c language.

1475


Explain what are header files and explain what are its uses in c programming?

1201


Who invented bcpl language?

1245