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 is the size of structure pointer in c?
Explain enumerated types.
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?
what is an inline fuction??
nic scientist exam
program to locate string with in a string with using strstr function
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
Tell me what is the purpose of 'register' keyword in c language?
Can we change the value of static variable in c?
program for validity of triangle from 3 side
What is a program?
How to add two numbers without using semicolon at runtime