why r u join this company? give solid resons.
Answer Posted / aa
i will develope your company
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
Explain what is a const pointer?
Can you pass an entire structure to functions?
What is pointer and structure in c?
What does #pragma once mean?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the size of array float a(10)?
I have seen function declarations that look like this
What is the modulus operator?
What is a pragma?
difference between object file and executable file
Hai what is the different types of versions and their differences
main() { printf("hello"); fork(); }
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the code in while loop that returns the output of given code?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list