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
Why is structure important for a child?
What are the advantages of using linked list for tree construction?
What is assert and when would I use it?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is meant by type specifiers?
What is getch?
What is #ifdef ? What is its application?
Write a program to print numbers from 1 to 100 without using loop in c?
Can we declare variable anywhere in c?
What are the loops in c?
Tell us two differences between new () and malloc ()?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What are local static variables? How can you use them?
What is the difference between union and anonymous union?
Why do we use stdio h and conio h?