provide an example of the Group by clause, when would you
use this clause


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

Post New Answer

More C Interview Questions

What is the use of static variable in c?

0 Answers  


When should a type cast not be used?

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 use of integral promotions in c?

0 Answers  


How does struct work in c?

0 Answers  






what is linkage error when it occurs in c program

3 Answers  


What are the c keywords?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


which types of data structure will i use to convert infix to post fix???

5 Answers   IIT,


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

1 Answers  


In C language, a variable name cannot contain?

0 Answers  


though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks

3 Answers   State Bank Of India SBI,


Categories