Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
question 1 describe the following with respect to pointers in c language-pointers and arraysusage of pointers in functionswrite programs in c to
question 1 describe the theory behind class templates and function templates along with relevant programming examplesquestion 2 with the help of
question 1 explain the concept of constructors and destructors in c with programming examplesquestion 2 explain the concepts and applications of
questiona what is a function are functions needed when writing a c programb state one of the advantages to the use of functionsc what do you meant by
question 1 what are the different steps in executing a c program explainquestion 2 what are the commonly used inputoutput functions in c how are they
define a structure to store roll no name and marks of a student b using the structure of q2 a above write a 3939c3939 program to create a
write a c program to accept any 3 digit integer number from the keyboard and display the word equivalent representation of the given
question 1 write a program that accepts two numbers from the user and swaps the two numbers without using a temporary variablequestion 2 write a
problema what is the main advantage to using a data fileb what is meant by opening a data file how is this accomplished illustrate your answer
problemai what is a structureii how does a structure differ from an arrayb declare a structure called account that will contain the following data
problema describe a linked listb explain the three different types of linked list with the help of diagramsc give two advantages and two
problem a stacks can be implemented using arrays write down the following c or c function toi create a stack ii add an element to a stack pushb
questiona explain the function fseek using an appropriate example write the full syntax for this functionb write a c or c program that will perform
problema give and illustrate with the help of diagrams four topologies for the network information system nisb give methods for creating user
questiona give two uses of nfsb give one advantage of using nfsc explain the following lines as they would be interpreted in the etcexports file i
problema show the java approach to event processing by explaining how event handling works in java make use of a suitable example to support your
problema using a class hierarchy of your own choosing with at least two subclass levels showi the use of abstract and concrete forms of java class
problema a gui can contain text-fields buttons and other labels a button usually triggers an event on the gui explain the different processes in
problem a what do you understand by the term lsquoconstructor in java explain with an appropriate exampleb describe the differences between an
question 1 consider you have to find out average marks of 100 students in a class write simple programs using different iteration statements to
task your task is to write a program words that reports information about the number of words read from its standard input for
you must write a program that can both decrypt and encrypt a single word that is entered by the user the initial choice of encryption and
questio a charitable organization wants to design a special atm machine to be used by needy people the association supplies the needy
problema distinguish between a class and an objectb define instantiationc what is the importance of the this variable in javad what is encapsulatione