can we write a c program with out using main

Answer Posted / arun kumar

#include<stdio.h>
#include<conio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)

int begin()
{
printf(" hello ARUN");
getch();
}

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is zero based addressing?

722


Why is c known as a mother language?

751


Explain can you assign a different address to an array tag?

648


What is advantage of pointer in c?

697


What are the Advantages of using macro

688






What is the purpose of the statement: strcat (S2, S1)?

642


In c programming language, how many parameters can be passed to a function ?

634


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

661


Differentiate Source Codes from Object Codes

824


What does c mean in basketball?

563


What is realloc in c?

581


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

643


What is the meaning of c in c language?

598


What does c mean in standard form?

601


Is array a primitive data type in c?

581