how to add numbers without using arithmetic operators.
Answer Posted / mokka samy
use the variable u can get it
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Which are low level languages?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What are the types of type qualifiers in c?
Write a program to find the biggest number of three numbers in c?
Write a program to use switch statement.
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
what are non standard function in c
What are 3 types of structures?
What is #error and use of it?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What are the different types of endless loops?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is use of null pointer in c?
What are the features of the c language?
What is meant by int main ()?