#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 / manojkumar

hello deepak sir
ur answer is exactly write.Thank you sir.
But i want to know the meaning or this and how it work?
will u please explain me?
thanks.

what is need of following line?
int main ( int argc, char* argv [ ] )

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to throw some light on the b tree?

607


What is a null string in c?

592


What is the maximum length of an identifier?

667


What is data types?

643


How to compare array with pointer in c?

625






How do you determine the length of a string value that was stored in a variable?

652


What is static and volatile in c?

783


Explain the use of #pragma exit?

701


Explain the Difference between the New and Malloc keyword.

690


What do you mean by keywords in c?

632


Is main is user defined function?

599


all c language question

1878


Are the expressions * ptr ++ and ++ * ptr same?

671


Why is extern used in c?

614


How do we open a binary file in Read/Write mode in C?

684