Is c an object oriented programming language?



Is c an object oriented programming language?..

Answer / kamil

No, C is not an object oriented programming language
It's a structural programming language

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


Does free set pointer to null?

0 Answers  


What are the 32 keywords in c?

0 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  






Explain the difference between ++u and u++?

0 Answers  


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


how to use showbits function?

2 Answers   Infosys, TATA,


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


What are the restrictions of a modulus operator?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


Explain how do you print only part of a string?

0 Answers  


Categories