is c language is a object oreinted language?

Answer Posted / shobana

it is not a object oreinted language . actually it is a procedure oriented language.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to identify if a given binary tree is balanced or not.

918


Where local variables are stored in c?

753


What is static function in c?

848


When should we use pointers in a c program?

877


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1497


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

941


How macro execution is faster than function ?

882


What is scanf_s in c?

852


Is that possible to add pointers to each other?

1128


Can we declare variables anywhere in c?

773


What are the features of the c language?

851


What is "Duff's Device"?

907


What is an auto keyword in c?

869


What is difference between stdio h and conio h?

1105


What is the right way to use errno?

832