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
How do I run a program in notepad ++?
What is a literal in c++?
What does int * mean in c++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
How size of a class can be calulated?
What does '\r' and '\b' mean? Please explain with example.
How the keyword struct is different from the keyword class in c++?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What do you mean by volatile and mutable keywords used in c++?
What are the classes in c++?
Can c++ be faster than c?
Explain linear search.