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
What is #ifdef ? What is its application?
Who invented b language?
Are bit fields portable?
What is an lvalue in c?
Write a program to swap two numbers without using third variable?
What is external variable in c?
What are external variables in c?
What language is lisp written in?
What does double pointer mean in c?
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
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)
What is malloc return c?
What does c mean in standard form?
What are structures and unions? State differencves between them.
What is volatile variable in c with example?