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 |
What are linked lists in c?
program for validity of triangle from 3 side
what is recursion in C
write a program that explain #define and # undef directive
write a program that print itself even if the source file is deleted?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
Explain following declaration int *P(void); and int (*p)(char *a);
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
Write a program to implement queue.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
How to delete a node from linked list w/o using collectons?
What is structure packing ?