C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / guest
yes
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between malloc() and calloc() function?
Describe the steps to insert data into a singly linked list.
What is d scanf?
Is printf a keyword?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Is multithreading possible in c?
what are non standard function in c
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is a static variable in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How many types of arrays are there in c?
Explain what is the benefit of using enum to declare a constant?
Explain About fork()?
What are runtime error?
What are the advantages of Macro over function?