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
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What does %d do in c?
Which is better between malloc and calloc?
What is the difference between if else and switchstatement
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are called c variables?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Explain what are the different file extensions involved when programming in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the use of typedef in structure in c?
How can you be sure that a program follows the ANSI C standard?
Why is c called c?
What is c language & why it is used?
how we can make 3d venturing graphics on outer interface
What 'lex' does?