Answer Posted / guest
string is a sequence of characters where as array is
collections of differnt strings which are having same data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is memcpy() function?
Is Exception handling possible in c language?
Subtract Two Number Without Using Subtraction Operator
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain how to reverse singly link list.
What is a 'null pointer assignment' error?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is omp_num_threads?
What is || operator and how does it function in a program?
Is main is user defined function?
what is the significance of static storage class specifier?
What are header files and explain what are its uses in c programming?
Explain the difference between ++u and u++?
What is calloc() function?
What is nested structure with example?