what is difference between procedural language and functional language ?

Answer Posted / fauziya yaseen ansari

Object is not used in procedural language, Object is used in
functional language.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why enum is used in c?

716


What is the difference between procedural and declarative language?

907


What is string length in c?

846


What is conio h in c?

818


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

926


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

1097


How do you print only part of a string?

796


What is calloc() function?

877


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

870


Write a program to print "hello world" without using a semicolon?

865


Write a program of prime number using recursion.

846


Explain Basic concepts of C language?

843


What is header file definition?

844


What is use of bit field?

1027


Why doesnt the call scanf work?

933