How to add two numbers without using arithmetic operators?
Answer Posted / kavi
#include<stdio.h>
int a,b,c;
{
printf("enter the two values");
scanf("%d","%d",&a,&b);
c=a||b;
}
| Is This Answer Correct ? | 10 Yes | 80 No |
Post New Answer View All Answers
Can main () be called recursively?
Can you write the algorithm for Queue?
What is the difference between far and near ?
What are 'near' and 'far' pointers?
Explain how do you declare an array that will hold more than 64kb of data?
What are the types of i/o functions?
Can the size of an array be declared at runtime?
Explain how can I convert a number to a string?
Explain low-order bytes.
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How to write c functions that modify head pointer of a linked list?
Which node is more powerful and can handle local information processing or graphics processing?
What is the use of a ‘ ’ character?
If I have a char * variable pointing to the name of a function ..
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?