How to add two numbers without using semicolon n c????
Answer Posted / guest
int main()
{
return(5+6);
}
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
Explain the properties of union.
Differentiate between a structure and a union.
Explain which function in c can be used to append a string to another string?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is extern storage class in c?
What is operator precedence?
What is sizeof int in c?
What is a pointer and how it is initialized?
Tell me is null always defined as 0(zero)?
Explain the binary height balanced tree?
how logic is used
What is sorting in c plus plus?
will u please send me the placement papers to my mail???????????????????
Write a factorial program using C.
How can I convert a number to a string?