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
When can you use a pointer with a function?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
write a program to generate address labels using structures?
What is chain pointer in c?
Give the rules for variable declaration?
Is c procedural or object oriented?
What are void pointers in c?
What is meant by initialization and how we initialize a variable?
Explain how do you declare an array that will hold more than 64kb of data?
What are the types of variables in c?
Do character constants represent numerical values?
What is a nested formula?
What is the difference between mpi and openmp?
Differentiate between ordinary variable and pointer in c.
Explain what are the different file extensions involved when programming in c?