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
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is #line?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How are strings stored in c?
Explain what is a const pointer?
Explain what is meant by 'bit masking'?
Dont ansi function prototypes render lint obsolete?
Explain the advantages of using macro in c language?
What are the two types of functions in c?
What is a struct c#?
What is unary operator?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Which of these functions is safer to use : fgets(), gets()? Why?
What is pointers in c?