What is the difference between null pointer and void pointer
Answer Posted / junejo
what is except handling in c sharp?
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is call by value in c?
What does char * * argv mean in c?
Can we declare function inside main?
what is reason of your company position's in india no. 1.
explain how do you use macro?
Write a program to implement queue.
Is sizeof a keyword in c?
Explain do array subscripts always start with zero?
Can you return null in c?
what are bit fields? What is the use of bit fields in a structure declaration?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the application of c?
What is a void * in c?
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.