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
Do you know pointer in c?
List some of the dynamic data structures in C?
What is this pointer in c plus plus?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What does 4d mean in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is c value paradox explain?
What is wild pointer in c with example?
When can you use a pointer with a function?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Is c object oriented?
How do you define CONSTANT in C?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What does do in c?
Write a code to generate divisors of an integer?