How to add two numbers without using semicolon n c????
Answer Posted / sorab aggarwal
#include<conio.h>
#include<stdio.h>
void main()
{
if(printf("%d",5+6))
{}
getch();
}
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
In C programming, what command or code can be used to determine if a number of odd or even?
What header files do I need in order to define the standard library functions I use?
What does dm mean sexually?
Explain the advantages of using macro in c language?
What are the different file extensions involved when programming in C?
Can you mix old-style and new-style function syntax?
What is dynamic variable in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Explain how can I convert a number to a string?
What is string length in c?
What is the sizeof () a pointer?
Tell us the use of fflush() function in c language?
How can you pass an array to a function by value?
Describe the modifier in c?
Explain the difference between exit() and _exit() function?