Why is C language being considered a middle level 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.
What does void main return?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
write a program to display the array elements in reverse order in c language
What is the difference between fread buffer() and fwrite buffer()?
Hai what is the different types of versions and their differences
What are the different types of data structures in c?
difference between loading and linking
Explain what are bus errors, memory faults, and core dumps?
Explain output of printf("Hello World"-'A'+'B'); ?
Why is not a pointer null after calling free?
is it possible to change the default calling convention in c ?