You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to C summer class
1. What are header files? Are functions declared or defined in header
files ?
2. What is pass by value in functions?
3. Explain command line arguments of main function?
4. What are the advantages of the functions? Explain by a program.
5. How to see return value of main function?
6. What is an argument ? differentiate between formal arguments and
actual arguments?
7. Write a Program to convert decimal to binary number.
8. What will happen if in a C program you assign a value to an array
element whose subscript exceeds the size of array? Support your answer
with a c code.