How can I make a program in c to print 'Hello' without
using semicolon in the code?
Answer Posted / rosaiah
int main()
{
if(printf("hello"))
{
\* blank*\
}
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what is the difference between a string and an array?
What is the size of structure in c?
How to throw some light on the b tree?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is strcpy() function?
Is it better to bitshift a value than to multiply by 2?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What do you mean by command line argument?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
How many types of sorting are there in c?
What does *p++ do?
What does d mean?
Why doesnt that code work?
What is the scope of local variable in c?