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
In a header file whether functions are declared or defined?
Write a program with dynamically allocation of variable.
How are 16- and 32-bit numbers stored?
What is volatile, register definition in C
What are qualifiers and modifiers c?
What is the use of getchar functions?
What are enums in c?
What is the use of ?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Why is c called c not d or e?
What is static and auto variables in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is the size of enum in c?
What is a stream?
explain what are actual arguments?