What is the difference between class and object in c?


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

Post New Answer

More C Interview Questions

What is the collection of communication lines and routers called?

0 Answers  


Explain how can I read and write comma-delimited text?

0 Answers  


Explain heap and queue.

0 Answers   Aricent,


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  






While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


write a program to remove occurrences the word from entered text?

1 Answers  


Explain what are multidimensional arrays?

0 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


Categories