what is the role you expect in software industry?
Answers were Sorted based on User's Feedback
Answer / meenal
always try to create new softwares & improve eficiency &
complete consumers requirements than they want
| Is This Answer Correct ? | 0 Yes | 0 No |
Code for calculating square root without using library function, of math.h
What is %g in c?
How do you override a defined macro?
why we shiuld use main keyword in C
Explain how do you print an address?
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); }
How many identifiers are there in c?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
What happens if a header file is included twice?
write a program for the normal snake games find in most of the mobiles.
What is scope and lifetime of a variable in c?
Define VARIABLE?