How to add two numbers without using semicolon n c????
Answer Posted / ashish lamse
#include<iostream.h>
#include<stdio.h>
#include<conio.h>
void main()
{
if(cout<<"add of two no="<<10+20)
{}
if(getch())
{}
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the general form of function in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
what are the facialities provided by you after the selection of the student.
What does & mean in scanf?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is structure pointer in c?
What are identifiers and keywords in c?
What are the application of c?
Is void a keyword in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How does placing some code lines between the comment symbol help in debugging the code?
What is unary operator?
please give me some tips for the placement in the TCS.
List the difference between a "copy constructor" and a "assignment operator"?
What is extern storage class in c?