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
Explain how do you override a defined macro?
Differentiate call by value and call by reference?
What is the collection of communication lines and routers called?
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
Explain the priority queues?
Explain the term printf() and scanf() used in c language?
plz let me know how to become a telecom protocol tester. thank you.
What is maximum size of array in c?
What is a stream?
Write a code to generate a series where the next element is the sum of last k terms.
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why does this code crash?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
what is event driven software and what is procedural driven software?
Why functions are used in c?