Is c object oriented?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


Mention four important string handling functions in c languages .

0 Answers  


What does c mean in basketball?

0 Answers  


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


What is an lvalue in c?

0 Answers  


How reliable are floating-point comparisons?

0 Answers  


What is #error and use of it?

0 Answers  


Categories