what is the difference between class and unio?


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

Post New Answer

More C Interview Questions

how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


What is an volatile variable?

15 Answers   HP,


How do you override a defined macro?

0 Answers  


if we take a number as a char then can we manipulate(add, subtract) on this number

2 Answers  


write a program of bubble sort using pointer?

3 Answers   TCS,






Does c have enums?

0 Answers  


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


consagous technology placement paper

3 Answers   Consagous, Sypra,


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


how to find sum of digits in C?

21 Answers   CTS, Infosys,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


Categories