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
Why is main function so important?
How can a process change an environment variable in its caller?
Can you please explain the difference between exit() and _exit() function?
What is the purpose of macro in C language?
Write a program to swap two numbers without using the third variable?
Can you tell me how to check whether a linked list is circular?
What are bitwise shift operators in c programming?
Implement bit Array in C.
What is the benefit of using #define to declare a constant?
How do we print only part of a string in c?
What is difference between %d and %i in c?
Where we use clrscr in c?
What does *p++ do?
What are inbuilt functions in c?
What is the use of typedef in structure in c?