what is the role you expect in software industry?
Answer Posted / meenal
always try to create new softwares & improve eficiency &
complete consumers requirements than they want
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array and linked list in c?
Why n++ execute faster than n+1 ?
Do pointers store the address of value or the actual value of a variable?
Explain what is the benefit of using const for declaring constants?
Difference between Shallow copy and Deep copy?
Where register variables are stored in c?
What are the different types of errors?
write a program to display all prime numbers
What are the uses of a pointer?
Explain about the functions strcat() and strcmp()?
Why do we use header files in c?
Explain how can I right-justify a string?
How many main () function we can have in a project?
Differentiate fundamental data types and derived data types in C.
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.