Answer Posted / mubarak khowaja
array is the collection of similer data type,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is structure padding in c?
What is malloc and calloc?
Write a program to print factorial of given number without using recursion?
What is the c language function prototype?
What is structure in c explain with example?
How do you write a program which produces its own source code as output?
Explain how can I right-justify a string?
Difference between pass by reference and pass by value?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What are the types of pointers?
What is an identifier?
What 'lex' does?
Explain what are global variables and explain how do you declare them?
Explain how do you declare an array that will hold more than 64kb of data?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.