How to print "Hi World" without using semi colon?
Answer Posted / saravana kumar
#include<stdio.h>
void main()
{
if(printf("Hi World"))
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is masking?
Explain what is the heap?
Write a program to print fibonacci series using recursion?
Why should I use standard library functions instead of writing my own?
Can you please explain the difference between strcpy() and memcpy() function?
Explain why can’t constant values be used to define an array’s initial size?
What is line in c preprocessor?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Is c object oriented?
Between macros and functions,which is better to use and why?
Write a program to print factorial of given number without using recursion?
When we use void main and int main?
Explain what is meant by 'bit masking'?
What is the full form of getch?