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


Please Help Members By Posting Answers For Below Questions

What are the features of the c language?

642


Are pointers integers in c?

610


Is null always equal to 0(zero)?

579


Distinguish between actual and formal arguments.

588


what is the role you expect in software industry?

1652






 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1725


Dont ansi function prototypes render lint obsolete?

601


What does void main () mean?

730


what are the advantages of a macro over a function?

642


Do variables need to be initialized?

617


What is multidimensional arrays

628


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1426


How do you determine whether to use a stream function or a low-level function?

646


What is the best way of making my program efficient?

565


What is anagram in c?

515