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
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Do you know what are the properties of union in c?
Is void a keyword in c?
Does free set pointer to null?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Compare interpreters and compilers.
What is spaghetti programming?
What is abstract data structure in c?
How do I use void main?
Is it cc or c in a letter?
How do I get a null pointer in my programs?
Between macros and functions,which is better to use and why?
Why doesn't C support function overloading?
What are unions in c?
What is the difference between functions getch() and getche()?