what is difference between procedural language and functional language ?
Answer Posted / sanjiv
In procedural language object is not used
In functional language object is used
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Is c weakly typed?
What is a volatile keyword in c?
What is the scope of static variable in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
In C language, a variable name cannot contain?
Is printf a keyword?
What is oops c?
How does #define work?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
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.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Is c is a high level language?
What is the difference between the = symbol and == symbol?
What is a pointer on a pointer in c programming language?