c program to subtract between two numbers without using '-'
sign and subtract function.
Answer Posted / 080132
Do anybody give correct ans
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain the use of fflush() function?
Is multithreading possible in c?
Process by which one bit pattern in to another by bit wise operation is?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Can two or more operators such as and be combined in a single line of program code?
How many types of errors are there in c language? Explain
What is scanf_s in c?
Is c++ based on c?
Explain the use of #pragma exit?
Is void a keyword in c?
Is javascript based on c?
How many bytes are occupied by near, far and huge pointers (dos)?
how to introdu5ce my self in serco
When should you use a type cast?
Can we use any name in place of argv and argc as command line arguments?