wap to print "hello world" without using the main function.
Answer Posted / hemanthkumar
#include<stdio.h>
#define hemanth main
public hemanth()
{
printf("hello world");
}
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are qualifiers in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is variable declaration and definition in c?
How pointer is different from array?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain what will the preprocessor do for a program?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What are the types of pointers?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Tell us the use of fflush() function in c language?
Explain the meaning of keyword 'extern' in a function declaration.
What is the difference between variable declaration and variable definition in c?
I heard that you have to include stdio.h before calling printf. Why?
What is openmp in c?