Answer Posted / sidhartha
C is a procedural programming language.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is strcmp in c?
What is the purpose of 'register' keyword in c language?
What is %lu in c?
What is the symbol indicated the c-preprocessor?
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 are the 4 types of programming language?
List some applications of c programming language?
Why we write conio h in c?
What is the difference between union and structure in c?
Do you know the purpose of 'register' keyword?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are different storage class specifiers in c?
Why is struct padding needed?