#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 / harish
i think wat rahul explained is true...but one correction to
be made is that main takes three arguments.... i dnt exactly
remember wat its called......
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can I sort more data than will fit in memory?
How do I get an accurate error status return from system on ms-dos?
plz let me know how to become a telecom protocol tester. thank you.
What is the use of a ‘ ’ character?
How will you delete a node in DLL?
What is #define size in c?
code for replace tabs with equivalent number of blanks
What is a pointer in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain what does a function declared as pascal do differently?
Can you define which header file to include at compile time?
What is the use of typedef in structure in c?
In which language linux is written?
What is the difference between the local variable and global variable in c?
Write a program to print ASCII code for a given digit.