What are the types of type qualifiers in c?


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

Post New Answer

More C Interview Questions

What are header files? What are their uses?

0 Answers  


marge linklist

0 Answers   HCL,


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


Is array name a pointer?

0 Answers  






struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


How do you declare a variable that will hold string values?

0 Answers  


12344321 123 321 12 21 1 1 how i print this program??

5 Answers   DSR Management, Winit,


write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }

1 Answers  


What are the types of functions in c?

0 Answers  


with out using main how to execute the program?

2 Answers  


where do we use volatile keyword?

1 Answers  


Categories