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
What is wild pointer in c?
what does static variable mean?
Can a function argument have default value?
What does %d do?
write a program for the normal snake games find in most of the mobiles.
List a few unconditional control statement in c.
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Explain how do you determine a file’s attributes?
What is the difference between void main and main in c?
Why is c called a mid-level programming language?
Is r written in c?
what is the function of pragma directive in c?
can any one provide me the notes of data structure for ignou cs-62 paper
Is there a built-in function in C that can be used for sorting data?