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
What is a wrapper function in c?
why wipro wase
What is the benefit of using const for declaring constants?
What are comments and how do you insert it in a C program?
Who is the main contributor in designing the c language after dennis ritchie?
What does stand for?
Why enum is used in c?
What is the value of uninitialized variable in c?
What are qualifiers in c?
What is the use of #define preprocessor in c?
Why is c faster?
Why we use int main and void main?
Is it acceptable to declare/define a variable in a c header?
How can I run c program?
how to print the character with maximum occurence and print that number of occurence too in a string given ?