Answer Posted / prasanna
c++ is the extention language of c.
it is a object oriented language
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
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.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the scope of local variable in c?
What is data structure in c and its types?
What does void main () mean?
What happens if you free a pointer twice?
What does 4d mean in c?
What are loops c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is #include stdio h?
What is #ifdef ? What is its application?
What is the size of enum in bytes?
Is c high or low level?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Which is best book for data structures in c?