How to add two numbers without using semicolon at runtime
Answer Posted / snehal sawant
#include<stdio.h>
void main()
{
while(!printf("11+20= %d ",11+20))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain #pragma statements.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is use of bit field?
What are the 5 types of organizational structures?
Explain what is meant by high-order and low-order bytes?
Write a code to remove duplicates in a string.
What does it mean when a pointer is used in an if statement?
How do you list files in a directory?
Why do we use namespace feature?
Why doesnt this code work?
What is calloc()?
Why static is used in c?
What is "Hungarian Notation"?
How do you determine whether to use a stream function or a low-level function?
How can you tell whether two strings are the same?