What is the difference b/w main() in C language and main()
in C++.
Answer Posted / vignesh1988i
there is no difference between main() in both of the
languages...... in c++ we will see all intrerms of
objects.... thats all......
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
What are the advantages of Macro over function?
What is the use of typedef in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is bin sh c?
How can I recover the file name given an open stream or file descriptor?
using for loop sum 2 number of any 4 digit number in c language
How can I open a file so that other programs can update it at the same time?
what will be the output for the following main() { printf("hi" "hello"); }
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is difference between constant pointer and constant variable?
What is sizeof return in c?
Explain what is the difference between a free-standing and a hosted environment?
Explain how can you restore a redirected standard stream?