Answer Posted / suresh
denis ritchie
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain Basic concepts of C language?
What is difference between scanf and gets?
Explain what is the benefit of using enum to declare a constant?
List a few unconditional control statement in c.
What is difference between static and global variable in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What does typedef struct mean?
Explain what are compound statements?
In C programming, what command or code can be used to determine if a number of odd or even?
What are the different types of objects used in c?
Explain what is the difference between far and near ?
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 void pointers in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list