Answer Posted / saikat
As I have done secondary research on competitors and my organization,I will focus on my organization's strength point and competitors week point. In such way I shall do my job to achieve my goal as well as my organization goal.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the complete rules for header file searching?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How do we make a global variable accessible across files? Explain the extern keyword?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are data types in c language?
how many errors in c explain deply
can we implement multi-threads in c.
What is a macro in c preprocessor?
What the different types of arrays in c?
Can a variable be both constant and volatile?
Explain how can I remove the trailing spaces from a string?
How many parameters should a function have?
Write a program to find the biggest number of three numbers in c?
What is a global variable in c?