Why c is called procedure oriented language?
No Answer is Posted For this Question
Be the First to Post Answer
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 to generate the length of a string without using len funtion?
How do I declare a pointer to an array?
What are the various types of control structures in programming?
Compare array data type to pointer data type
What do you mean by dynamic memory allocation in c?
Can you write the function prototype, definition and mention the other requirements.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is memcpy() function?
Explain what is the benefit of using const for declaring constants?
Method Overloading exist in c ?