Answer Posted / kartik
The main() function represenrs starting of the program.When
ever we write main in program the system analyse starts from
tthere
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can I read in an object file and jump to locations in it?
How can I get the current date or time of day in a c program?
What are the differences between Structures and Arrays?
What is a pointer and how it is initialized?
How can I prevent another program from modifying part of a file that I am modifying?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
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.
Compare interpreters and compilers.
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is 'bus error'?
Explain what math functions are available for integers? For floating point?
code for quick sort?
Difference between strcpy() and memcpy() function?
explain what is a newline escape sequence?
What are void pointers in c?