Are there namespaces in c?


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

Post New Answer

More C Interview Questions

What are void pointers in c?

0 Answers  


what is an ERP?

2 Answers   Infotech,


What is the size of enum in bytes?

0 Answers  


What is the scope of static variables in c language?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,






What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

0 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 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  


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


What is the difference between memcpy and memmove?

0 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


Categories