How to add two numbers without using semicolon at runtime
Answer Posted / myfriend_shankar
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("9+1= %d ",9+1))
{}
}
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
How many loops are there in c?
What is union and structure in c?
What is the main difference between calloc () and malloc ()?
Why do we use c for the speed of light?
How to draw the flowchart for structure programs?
What is the difference between fread buffer() and fwrite buffer()?
Why we use stdio h in c?
C language questions for civil engineering
write a c program to find the sum of five entered numbers using an array named number
What is typedf?
State the difference between realloc and free.
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
how to count no of words,characters,lines in a paragraph.
What is a pointer in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode