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 / ram basa
any where in the program
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
hi any body pls give me company name interview conduct "c" language only
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What are the types of pointers?
Explain what does a function declared as pascal do differently?
Explain the advantages of using macro in c language?
What is c basic?
Can the size of an array be declared at runtime?
What is int main () in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
When was c language developed?
How can you allocate arrays or structures bigger than 64K?
What is 2 d array in c?
Why do we use int main?
Differentiate between the = symbol and == symbol?
What is the use of gets and puts?