Is main a keyword in c?


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

Post New Answer

More C Interview Questions

Is c# a good language?

0 Answers  


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 is bash c?

0 Answers  


How to establish connection with oracle database software from c language?

0 Answers  


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,






What are the disadvantages of c language?

0 Answers  


What is the advantage of c?

0 Answers  


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


why integer range between -327680to+32767

2 Answers  


Explain zero based addressing.

0 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


What is the difference between text and binary modes?

0 Answers  


Categories