#include <stdio.h>
int main ( int argc, char* argv [ ] )
{
int value1 = 10;
int value2 = 5;
printf ( "\n The sum is :%d", value1 | value2 );
}
This is the answer asked by some one to add two numbers
with out using arithmetic operator?Yes this answer is write
it given out put as 15.But how?????
what is need of following line?
int main ( int argc, char* argv [ ] )
how it work?what is the meaning for this line?
please explain me.Advance thanks
Answer Posted / valli
Thank u so much..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to write a multi-statement macro?
What is a example of a variable?
Process by which one bit pattern in to another by bit wise operation is?
What do mean by network ?
What is the difference between test design and test case design?
Why is main function so important?
What is const keyword in c?
what are bit fields? What is the use of bit fields in a structure declaration?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What is storage class?
What is c programming structure?
What is NULL pointer?
Is there any possibility to create customized header file with c programming language?
What are comments and how do you insert it in a C program?
Explain what are multidimensional arrays?