what is the role you expect in software industry?

Answers were Sorted based on User's Feedback



what is the role you expect in software industry?..

Answer / ragu

to done my job efficiently.

Is This Answer Correct ?    5 Yes 3 No

what is the role you expect in software industry?..

Answer / 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

More C Interview Questions

What is the size of structure pointer in c?

1 Answers  


Explain enumerated types.

1 Answers  


void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


what is an inline fuction??

2 Answers  


nic scientist exam

1 Answers   NIC,


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


Tell me what is the purpose of 'register' keyword in c language?

1 Answers  


Can we change the value of static variable in c?

1 Answers  


program for validity of triangle from 3 side

7 Answers  


What is a program?

1 Answers  


How to add two numbers without using semicolon at runtime

2 Answers  


Categories