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 does %p mean?
what is stack , heap ,code segment,and data segment
Define recursion in c.
What is pass by value in c?
When should a type cast not be used?
When can a far pointer be used?
can we change the default calling convention in c if yes than how.........?
Explain what is a program flowchart and explain how does it help in writing a program?
Can you assign a different address to an array tag?
What are disadvantages of C language.
Multiply an Integer Number by 2 Without Using Multiplication Operator
How does pointer work in c?
What is the purpose of ftell?
What does the && operator do in a program code?
What is merge sort in c?