Answer Posted / padma seenivasan
invalid value in increament
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is function prototype?
What is the difference between memcpy and memmove?
What's the total generic pointer type?
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.
Explain heap and queue.
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
How can I implement a delay, or time a users response, with sub-second resolution?
Write a Program to accept different goods with the number, price and date of purchase and display them
what are bit fields in c?
What do you mean by dynamic memory allocation in c? What functions are used?
What is variable declaration and definition in c?
Tell us the use of fflush() function in c language?
Is c high or low level?
What is a node in c?
Explain what are the advantages and disadvantages of a heap?