How to add two numbers without using semicolon n c????
Answers were Sorted based on User's Feedback
Answer / sorab aggarwal
#include<conio.h>
#include<stdio.h>
void main()
{
if(printf("%d",5+6))
{}
getch();
}
| Is This Answer Correct ? | 27 Yes | 8 No |
Answer / 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 |
what do you mean by defining a variable in our c code?
What is a sequential access file?
how we can say java is platform independent, while we require JVM for that particular Operating System?
What are the functions to open and close file in c language?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
what are the general concepts of c and c++
What is difference between main and void main?
please give me some tips for the placement in the TCS.
What are variables and it what way is it different from constants?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Tell me is null always defined as 0(zero)?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,