how to execute with out main in cprogram

Answer Posted / himanshu

ans 13 is not totally right!
you see you have used main straight away.
you aren't supposed to use main any where in the code.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I rethow can I return a sequence of random numbers which dont repeat at all?

693


What is a const pointer in c?

656


write a program fibonacci series and palindrome program in c

621


What are loops c?

604


What is data structure in c and its types?

577






What is the full form of getch?

566


Explain what is the difference between functions getch() and getche()?

591


What is a pointer in c plus plus?

679


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

656


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1609


Can true be a variable name in c?

547


What is the difference between variable declaration and variable definition in c?

547


What are disadvantages of C language.

632


The __________ attribute is used to announce variables based on definitions of columns in a table?

652


Differentiate call by value and call by reference?

554