Question: 1 . Explain various programming domains with suitable examples. 2 . Write down the language categories for five languages ( C , C + +

1.Explain various programming domains with suitable examples.
2.Write down the language categories for five languages (C,C++,CH,Java and python).
.C: Imperative
.C++: Imperative, Functional
.C#: Imperative, Functional
.Java: Imperative, Functional
.Python: Imperative, Functional
3.Discuss the process of compilation with suitable diagram.
4.Describe array in detail with an example program
5.Define context free grammar.
6.Draw parse tree for the string "jar" using the given productions:
SjAB
Aa
Br
7.Draw parse tree for the string "acbd" using the given productions:
S>jAB
A>a
B>r
 1.Explain various programming domains with suitable examples. 2.Write down the language

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!