What is "Hungarian Notation"?
No Answer is Posted For this Question
Be the First to Post Answer
Where register variables are stored in c?
Is file a keyword in c?
Why do we need a structure?
Explain what are the __date__ and __time__ preprocessor commands?
is it possible to change the default calling convention in c ?
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); }
What is meant by recursion?
What is the difference between test design and test case design?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
What will be your course of action for a push operation?
wat is the difference between array and pointer?
how do you programme Carrier Sense Multiple Access