Program to find the absolute value of given integer using
Conditional Operators
Answer Posted / susanta datta
16
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is function prototype?
What is array of pointers to string?
In a switch statement, what will happen if a break statement is omitted?
Which type of language is c?
Where are the auto variables stored?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What are the preprocessor categories?
What is the use of pointers in C?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
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 a pointer value and address in c?
What is FIFO?
write a program fibonacci series and palindrome program in c
For what purpose null pointer used?