#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


Please Help Members By Posting Answers For Below Questions

A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

638


What is the return type of sizeof?

586


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2854


Write a code to remove duplicates in a string.

623


Explain the difference between malloc() and calloc() in c?

573






Do you know pointer in c?

582


Do you have any idea how to compare array with pointer in c?

598


What is ponter?

768


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

755


What is the difference between printf and scanf )?

587


Differentiate between static and dynamic modeling.

613


Are bit fields portable?

669


Tell me what is the purpose of 'register' keyword in c language?

614


Explain what is the difference between a string and an array?

629


What is the difference between struct and union in C?

568