Are enumerations really portable?


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

Post New Answer

More C Interview Questions

What is dynamic memory allocation?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


How can I set an array's size at run time?

9 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  






How will you allocate memory to a double pointer ?

2 Answers  


What language is lisp written in?

0 Answers  


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Difference between Function to pointer and pointer to function

0 Answers  


what is the most appropriate way to write a multi-statement macro?

1 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


Categories