What are the advantages of union?


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

Post New Answer

More C Interview Questions

#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


What does main () mean in c?

0 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


Is c pass by value or reference?

0 Answers  


What is sorting in c plus plus?

0 Answers  






2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


What is a memory leak? How to avoid it?

1 Answers  


What is a lookup table in c?

0 Answers  


Why is main function so important?

0 Answers  


Why c is called procedure oriented language?

0 Answers  


Do you know the purpose of 'register' keyword?

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


Categories