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
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is the use of clrscr?
What are local variables c?
Explain what are its uses in c programming?
what are bit fields? What is the use of bit fields in a structure declaration?
What are the types of bitwise operator?
What is size of union in c?
Explain how can you tell whether a program was compiled using c versus c++?
What is meant by high-order and low-order bytes?
What do you mean by command line argument?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Write a program to check palindrome number in c programming?
What is a macro in c preprocessor?
Explain how do you convert strings to numbers in c?
What is quick sort in c?