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 |
I have seen function declarations that look like this
Can you apply link and association interchangeably?
difference between memcpy and strcpy
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
What is a rvalue?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is scope rule of function in c?
How main function is called in c?
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
What is scanf () in c?
how to find sum of digits in C?
How does variable declaration affect memory?