Which of the following is not a valid declaration for main()
a) int main()
b) int main(int argc, char *argv[])
c) They both work
No Answer is Posted For this Question
Be the First to Post Answer
Const char *p , char const *p What is the difference between the above two?
What is the most useful programming language?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Is eclipse good for c++?
what is VOID?
What is a sequence in c++?
What are the advantages of early binding?
what is the use of void main() in C++ language?
What are default parameters? How are they evaluated in c++ function?
What are the differences between java and c++?
Write a note about the virtual member function?