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 is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Why is this loop always executing once?
Write a progarm to find the length of string using switch case?
Why can’t we compare structures?
Should I learn data structures in c or python?
Is array name a pointer?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
How do you do dynamic memory allocation in C applications?
Explain the difference between ++u and u++?
Why we use void main in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What are type modifiers in c?