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
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain the concept and use of type void.
List the difference between a "copy constructor" and a "assignment operator"?
How to delete a node from linked list w/o using collectons?
How can I swap two values without using a temporary?
Explain the difference between malloc() and calloc() function?
What are the 4 types of organizational structures?
explain what is a newline escape sequence?
What is the use of header?
Explain what are the different data types in c?
Why doesn't C support function overloading?
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.
Apart from dennis ritchie who the other person who contributed in design of c language.
Explain what are header files and explain what are its uses in c programming?
Who invented bcpl language?