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 |
64/square(4)
What is data structure in c language?
Explain what header files do I need in order to define the standard library functions I use?
With the help of using classes, write a program to add two numbers.
what are brk, sbrk?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
How will you write a code for accessing the length of an array without assigning it to another variable?
Explain how can you tell whether a program was compiled using c versus c++?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
State the difference between realloc and free.
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
What is c language & why it is used?