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
Are local variables initialized to zero by default in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is conio h in c?
What are c identifiers?
What is void main ()?
What is pointer and structure in c?
Why is c called a structured programming language?
Explain output of printf("Hello World"-'A'+'B'); ?
Explain the bubble sort algorithm.
What are the advantages of the functions?
What are the differences between new and malloc in C?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why is structure important for a child?
Differentiate between the expression “++a” and “a++”?
What is difference between && and & in c?