How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / shabeer basha
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("Hellow"))
{
}
}
// you are use semicolon in your program//
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What tq means in chat?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
How can I pad a string to a known length?
What oops means?
What is a keyword?
What are the advantages of c preprocessor?
What do you mean by command line argument?
What are the different types of C instructions?
What are the 5 elements of structure?
How can I find out how much free space is available on disk?
code for replace tabs with equivalent number of blanks
Why is c called "mother" language?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Does c have function or method?
what is the different bitween abap and abap-hr?