Answer Posted / rameshp
ans is 4.
bec
*a+1-*a+3= 4 +*a,-*a ll be cancel....so ans s 4...
| Is This Answer Correct ? | 49 Yes | 3 No |
Post New Answer View All Answers
What does typedef struct mean?
What is scope rule in c?
What are the keywords in c?
How can I recover the file name given an open stream or file descriptor?
What is the purpose of realloc()?
What is the data segment that is followed by c?
Why c is called top down?
define string ?
How do you write a program which produces its own source code as output?
Why c is faster than 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.
How would you rename a function in C?
What is echo in c programming?
Why & is used in c?
What is the full form of getch?