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 library is sizeof in c?
What is const volatile variable in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
With the help of using classes, write a program to add two numbers.
What is the advantage of a random access file?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Explain the difference between the local variable and global variable in c?
How can you determine the size of an allocated portion of memory?
What are # preprocessor operator in c?
Can we add pointers together?
Distinguish between actual and formal arguments.
What are the features of the c language?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is the difference between char array and char pointer?
How pointer is different from array?