Answer Posted / mukil
C is a procedural language
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain null pointer.
Can we add pointers together?
What is pass by value in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What are the different types of errors?
What are the two forms of #include directive?
what is the role you expect in software industry?
What are the types of data structures in c?
Explain what is the best way to comment out a section of code that contains comments?
Explain how are 16- and 32-bit numbers stored?
Explain setjmp()?
shorting algorithmS
What are the advantages and disadvantages of c language?
What oops means?