Which is better oop or procedural?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of type declarations?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is oops c?
what is the difference between. system call and library function?
Explain what are the different data types in c?
What are identifiers and keywords in c?
Why do we use null pointer?
Tell me the use of bit field in c language?
What does return 1 means in c?
Why is C language being considered a middle level language?
How does placing some code lines between the comment symbol help in debugging the code?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?