is c language is a object oreinted language?

Answer Posted / dhruv20000

no

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please give me some tips for the placement in the TCS.

1633


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

589


Why is this loop always executing once?

617


What does 2n 4c mean?

720


What 'lex' does?

718






Is it possible to execute code even after the program exits the main() function?

817


in linking some of os executables are linking name some of them

1651


What are the applications of c language?

626


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.

2222


What is malloc calloc and realloc in c?

670


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

660


How we can insert comments in a c program?

632


When should the volatile modifier be used?

687


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2337


What are the types of type specifiers?

623