c program to print a name without using semicolon

Answer Posted / 080132

#include<stdio.h>
#include<conio.h>
void main{
if(printf("I am arafat from jstu")){


}
if(printf(" ")){


}
if(getch()){


}


}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #ifdef ? What is its application?

879


Who invented b language?

1167


Are bit fields portable?

924


What is an lvalue in c?

919


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

1081


What is external variable in c?

835


What are external variables in c?

811


What language is lisp written in?

889


What does double pointer mean in c?

805


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

1643


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2110


What is malloc return c?

812


What does c mean in standard form?

882


What are structures and unions? State differencves between them.

873


What is volatile variable in c with example?

803