How to add two numbers without using semicolon at runtime
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / snehal sawant
#include<stdio.h>
void main()
{
while(!printf("11+20= %d ",11+20))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a pointer value and address in c?
Do you know what are the properties of union in c?
Can a variable be both static and volatile in c?
Do array subscripts always start with zero?
How many types of arrays are there in c?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
Tell me when is a void pointer used?
which types of data structure will i use to convert infix to post fix???
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
print a "hello" word without using printf n puts in c language
What is a header file?
Suggesting that there can be 62 seconds in a minute?