#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
What is a const pointer in c?
What is structure packing in c?
What is null in c?
What are c identifiers?
What is wrong with this declaration?
How are variables declared in c?
What is c value paradox explain?
What does dm mean sexually?
Can we compile a program without main() function?
What should malloc() do?
What is void main () in c?
What is a spanning Tree?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
How do you print only part of a string?
What are the loops in c?