How to add two numbers without using semicolon at runtime

Answers were Sorted based on User's Feedback



How to add two numbers without using semicolon at runtime..

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

How to add two numbers without using semicolon at runtime..

Answer / 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

More C Interview Questions

Write a code to remove duplicates in a string.

0 Answers   Expedia,


What is difference between union All statement and Union?

0 Answers  


what is mean by Garbage collection ? Please answer me. Advance thanks.

4 Answers   Excel,


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


what is the full form of c language

9 Answers   Satyam, TCS, VNC,






Explain two-dimensional array.

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


what do structure language means?

3 Answers   Microsoft,


what is pointer?

13 Answers   HCL, TCS,


why array index always starts from zero??

4 Answers   TCS,


Categories