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


Please Help Members By Posting Answers For Below Questions

What are the disadvantages of a shell structure?

686


how to find anagram without using string functions using only loops in c programming

2712


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7387


explain what is fifo?

630


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2508






What is the right type to use for boolean values in c? Is there a standard type?

557


How do we open a binary file in Read/Write mode in C?

676


How many keywords are there in c?

586


What is array within structure?

578


What is the use of c language in real life?

527


what is a constant pointer in C

674


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

650


What is binary tree in c?

617


What is the purpose of type declarations?

673


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

805