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
Answer Posted / k.kavitha
3) They both work
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
How do you determine whether to use a stream function or a low-level function?
Why do we need functions in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
How can I change their mode to binary?
regarding pointers concept
What is a keyword?
Differentiate between static and dynamic modeling.
Can we increase size of array in c?
What is function pointer c?
Write a program to show the change in position of a cursor using c
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Explain the difference between #include "..." And #include <...> In c?
How do we open a binary file in Read/Write mode in C?
What is the difference between c &c++?