write a program without using main function?

Answer Posted / raavi.swami

#include<stdio.h>
#define begin main
void begin()
{
printf("Hello");
}

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain logical errors? Compare with syntax errors.

815


Can variables be declared anywhere in c?

825


What is a program flowchart?

809


What does calloc stand for?

842


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5202


What is the sizeof () operator?

786


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

996


What is the role of this pointer?

752


What is a string?

855


What does the format %10.2 mean when included in a printf statement?

1346


How can I find out if there are characters available for reading?

852


which type of aspect you want from the student.

1895


Where in memory are my variables stored?

834


Write a function that will take in a phone number and output all possible alphabetical combinations

803


Why c is procedure oriented?

779