Which of the following is not a valid declaration for main
()?
1) int main()
2) int main(int argc, char *argv[])
3) They both work
Answers were Sorted based on User's Feedback
Write a code to generate divisors of an integer?
Is javascript written in c?
Explain demand paging.
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
What is key word in c language?
Explain how do you determine whether to use a stream function or a low-level function?
Write a program to print "hello world" without using a semicolon?
Are pointers integers in c?
Describe how arrays can be passed to a user defined function
how to determine the complexity of an algorithm as log(n)
Explain continue keyword in c
What is a const pointer?