Answer Posted / saravanan j (srm universi
array concept is used to locate the memory allocation for
the variables
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I need previous papers of CSC.......plz help out by posting them.......
can we implement multi-threads in c.
What does it mean when the linker says that _end is undefined?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
what is the height of tree if leaf node is at level 3. please explain
What is the c language function prototype?
What is the use of extern in c?
What is meant by recursion?
How old is c programming language?
How can you avoid including a header more than once?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
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 is the condition that is applied with ?: Operator?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What are keywords c?