Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program

Answer Posted / nathan

any where in the program

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a macro different from a function?

652


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1896


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1539


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

625


Which is better malloc or calloc?

645






What is a const pointer?

630


Why do we need a structure?

583


What is c basic?

591


What is the purpose of sprintf() function?

595


What is the benefit of using const for declaring constants?

581


Why can arithmetic operations not be performed on void pointers?

583


What is main () in c language?

590


How do you determine whether to use a stream function or a low-level function?

645


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

664


What is the use of gets and puts?

599