Why is c not oop?


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

Post New Answer

More C Interview Questions

How can I generate floating-point random numbers?

0 Answers  


what is the difference between c and java?

1 Answers  


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.

1 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  






What are the 4 data types?

0 Answers  


What is the difference between malloc() and calloc()?

0 Answers  


why wipro wase

0 Answers   Wipro,


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


When should volatile modifier be used?

0 Answers  


Categories