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

How to add two numbers without using semicolon at runtime

2 Answers  


What is || operator and how does it function in a program?

0 Answers  


Program to swap the any two elements in an array containing N number of elements?

1 Answers   Bosch, Glenwood, Ugam Solutions,


Which driver is a pure java driver

0 Answers   Vertex,


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Why ca not I do something like this?

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


How many data structures are there in c?

0 Answers  


What is that continue statement??

4 Answers  


pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )

2 Answers   Persistent,


What is the difference between typedef struct and struct?

0 Answers  


Categories